今天在Python环境中安装eth-utils依赖包,报"web3 5.25.0 requires ipfshttpclient==0.8.0a2, but you have ipfshttpclient 0.7.0 which is incompatible.",如图(1)所示:

图(1) 版本太高导致不兼容

    出现这种情况的原因是,当前的web3版本比较高,需要改成低版本的web3,先卸载,再安装,命令如下:

## 卸载当前的高版本的 web3 v5.25.0
pip uninstall web3==5.25.0## 安装低版本的 web3 v5.24.0
pip uninstall web3==5.24.0

附录

## 安装eth-utils v1.10.0
pip install eth-utils==1.10.0

解决“ipfshttpclient 0.7.0 which is incompatible“问题相关推荐

  1. 【keras】Input 0 of layer conv2d is incompatible with the layer. expected ndim=4, found ndim=3

    在构建卷积神经网络时,遇到了这个错误 ValueError: Input 0 of layer conv2d is incompatible with the layer: expected ndim ...

  2. 解决ajax的status=0问题

    解决ajax的status=0问题 参考文章: (1)解决ajax的status=0问题 (2)https://www.cnblogs.com/Jimmy009/archive/2011/12/25/ ...

  3. 成功解决_catboost.CatBoostError: Bad value for num_feature[non_default_doc_idx=0,feature_idx=0]=“FDO09“:

    成功解决_catboost.CatBoostError: Bad value for num_feature[non_default_doc_idx=0,feature_idx=0]="FD ...

  4. 成功解决成功解决return _iterencode(o, 0) ValueError: Circular reference detected

    成功解决成功解决return _iterencode(o, 0) ValueError: Circular reference detected 目录 解决问题 解决思路 解决方法 解决问题 retu ...

  5. 成功解决ValueError: With n_samples=0, test_size=0.3 and train_size=None, the resulting train set will be

    成功解决ValueError: With n_samples=0, test_size=0.3 and train_size=None, the resulting train set will be ...

  6. 成功解决TypeError: sequence item 0: expected str instance, list found

    成功解决TypeError: sequence item 0: expected str instance, list found 目录 解决问题 解决思路 解决方法 解决问题 TypeError: ...

  7. CV:Visual Studio 2015版本+CUDA8.0+Cudnn8.0+OpenCV 3.1.0版本完美解决的详细攻略

    CV:Visual Studio 2015版本+CUDA8.0+Cudnn8.0+OpenCV 3.1.0版本完美解决的详细攻略 导读:网上教程一大把,瞎指挥的不少,剪不断理还乱,可气的事,还误人子弟 ...

  8. 成功解决ValueError: min_samples_split must be an integer greater than 1 or a float in (0.0, 1.0]; got th

    成功解决ValueError: min_samples_split must be an integer greater than 1 or a float in (0.0, 1.0]; got th ...

  9. 成功解决 gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:0) - (device: 0, name: GeForce 94

    成功解决 gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce ...

最新文章

  1. MySQL下载与MySQL安装图解(MySQL5.7与MySQL8.0)
  2. NYOJ 975 关于521
  3. 简述hdfs工作原理_hdfs工作机制和原理 简述hdfs的原理
  4. 二分图的最大匹配 匈牙利算法
  5. C#获取当前路径的方法集合
  6. c语言整数反转用while函数,7.整数反转(LeetCode)——C语言
  7. 2019年蓝桥杯第一题
  8. DSS流媒体服务器搭建
  9. linux vim 删除 h,Linux VIM 的使用快捷键之删除, 复制, 粘贴
  10. Telnet服务器的系统要求,Telnet 服务器概述
  11. LDC——Locally Decodable Code
  12. 污水计算机仿真技术,活性污泥法污水处理计算机仿真软件的开发及应用
  13. 一些看过的计算机科学专业课外书的读后感
  14. linux 下线程池
  15. 机器学习————神经网络
  16. 佛祖保佑永无BUG python版本
  17. python 创建一个空向量,python 创建一个空向量_python 创建一维的0向量实例
  18. 百度网盘NDM高速下载
  19. 【我的C语言学习进阶之旅】介绍一下NDK开发中关于JNI函数的两种注册方式:静态注册和动态注册
  20. 鱼眼图像(fisheye image)通过几何变换形成透视图(a perspective view)[存疑]

热门文章

  1. 当年,我从小公司翻身进大公司之后……
  2. vs 警告当前源代码跟内置的版本不一致解决办法
  3. Python之WebSocket协议
  4. 调节效应检验(二):PROCESS
  5. 基于另一个单元格值的条件格式
  6. 【亡羊补牢】计算机网络灵魂之问 第10期 tcp是怎么去保证可靠传输的?
  7. Keepalive技术
  8. 给那些怀旧的游戏骨灰粉丝们:自制一台树莓派街机
  9. 用Python按照文件名对文件分类并保存
  10. STM32存储器组织-STM32存储器映像-嵌入式SRAM-STM32位段-嵌入式闪存-STM32启动配置