解决方法

将aioredis版本倒退到1.3.11.3.0或以下版本

pip install aioredis==1.3.1

问题解析

aioredis是用来连redis的工具,但在aioredis==2.0.0及以上之后,更换了API,取消了create_redis_pool,因此报错

解决ray报错AttributeError: module ‘aioredis‘ has no attribute ‘create_redis_pool‘相关推荐

  1. python 报错 AttributeError: module ‘time‘ has no attribute ‘clock 解决方法

    源码如下: #引入所需要的时间库 import datetime import time#程序计时器,启动计时器 start = time.clock()#中间是放置需要测试运行时间的程序代码#计算启 ...

  2. python中引入包的时候报错AttributeError: module ‘sys‘ has no attribute ‘setdefaultencoding‘解决方法?

    python中引入包的时候报错AttributeError: module 'sys' has no attribute 'setdefaultencoding'解决方法? 参考文章: (1)pyth ...

  3. pyinstall :打包 .exe 文件报错AttributeError: module ‘enum‘ has no attribute ‘IntFlag‘

    有疑问的地方 参考博文 一.环境搭建 Python GUI图形化小工具编程学习-- PySide2 环境搭建(一) 二.实例演示 Python GUI图形化小工具编程学习-- Demo 实例演示(二) ...

  4. 第一:Python+Allure运行报错AttributeError: module ‘allure‘ has no attribute ‘severity_level‘

    1.很多查询结果都是先卸载pytest-allure-adaptor,然后再安装allure-pytest pip3 uninstall pytest-allure-adaptor 2.pip3 in ...

  5. 学习python-mysql:报错AttributeError: module 'MySQLdb' has no attribute 'cursors'

    爬虫写入数据库时报错: AttributeError: module 'MySQLdb' has no attribute 'cursors' 解决方法: 引入 import MySQLdb.curs ...

  6. NVIDIA Jetson Xavier NX上导入tensorflow报错:AttributeError: module ‘wrapt‘ has no attribute ‘ObjectProxy‘

    欢迎大家关注笔者,你的关注是我持续更博的最大动力 原创文章,转载告知,盗版必究 在Jetson Xavier NX上导入tensorflow报错:AttributeError: module 'wra ...

  7. Pickle库使用练习报错 AttributeError: module 'pickle' has no attribute 'dump'

    在这里插入代码片在练习使用pickle模块的时候写了如下的代码,但是出现了报错,代码和报错内容如下: 代码: import pickle dict1 = dict(name='八岐大蛇', age=1 ...

  8. python安装dlib(已成功并且无出现报错AttributeError: module ‘dlib‘ has no attribute ‘get_frontal_face_detecetor

    众所周知,安装库的方法有很多种 尝试1.直接进行pip安装 pip install dlib -i https://mirrors.ustc.edu.cn/pypi/web/simple(此处在pyt ...

  9. 【Flask】flask-bootstrap报错AttributeError: module ‘dominate.tags‘ has no attribute ‘input‘解决方法

    问题 在使用flask-bootstrap渲染表单时,报错AttributeError: module 'dominate.tags' has no attribute 'input'. 解决方法 修 ...

最新文章

  1. fpga数据位宽截取_FPGA信号截位策略研究
  2. IIS 不能重新启动,并且使用RUN-iisreset 也不能运行,错误提示:No Such Interface Supported (已解决)...
  3. iOS开发系列--触摸事件、手势识别、摇晃事件、耳机线控
  4. (十三)RabbitMQ使用详解
  5. 模拟用户输入并检查输出的简单方法
  6. Java多线程(2)--Thread类继承和Runnable接口创建线程
  7. 整数分解为若干项之和python_SVD奇异值分解及Python实例
  8. CentoS 下报的 Requires: perl(:MODULE_COMPAT_5.8.8)
  9. 日历2019全年日历表_实施和使用日历表
  10. 训练自己的数据_YOLOv3训练自己的数据集(以口罩检测数据集为例)
  11. sdn体系的三个平面_深入SDN(三):SDN、OpenFlow和NOS是什么?
  12. 微信小程序跳转页面问题
  13. c++并发编程(concurrency)----线程管理
  14. GitHub 热点速览 Vol.14:周获 2k+ Vim³ 掀起三维编程风
  15. Google Web App开发指南
  16. 假设有两种微生物 X 和 YX出生后每隔3分钟分裂一次(数目加倍),Y出生后每隔2分钟分裂一次(数目加倍)。
  17. FPGA之简易DDS信号发生器设计
  18. Perl匹配之\w \s \d \b
  19. js简单实现拦截访问指定网址
  20. Axure RP9 利用中继器实现表单

热门文章

  1. java枚举来实现单例_枚举实现单例模式
  2. abaqus失效单元删除_Abaqus实例教学2-Failure Model
  3. 一份帮助你更好地理解深度学习的资源清单 1
  4. windows连接linux服务器并后台运行python脚本
  5. 韩国巨型机器人曝光,走一步地动山摇
  6. 阿里云的RDS 查看binlog日志的方法
  7. NetApp集群模式Data ONTAP展露新颜
  8. BDD测试利器:mocha+should.js
  9. 《花开在眼前》听得泪流满面
  10. java 代码换行_作为一名资深的程序员,你见过哪些很想吐槽的代码