如何下载aiottp的早期版本?

时间:2019-01-23 04:07:04

标签: python discord.py aiohttp

我正在编码一个不和谐的bot,在安装某些软件包时,我的cmd说我收到了此错误

  

“ discord-py 1.0.0a1634 + g7f4c57d的要求为aiohttp <3.5.0,> = 3.3.0,   但您将拥有不兼容的aiohttp 3.5.4。“

我尝试安装aiohttp 3.5.0,但是在安装软件包时说

  

“ discord-py 1.0.0a1634 + g7f4c57d的要求为aiohttp <3.5.0,> = 3.3.0,   但您将拥有不兼容的aiohttp 3.5.5。“

然后是我的cmd uninstalled aiohttp 3.5.0

  

重新安装了aiohttp 3.5.4

我该如何解决?

2 个答案:

答案 0 :(得分:1)

像@bgsuello这样的点子表示:

pip install aiohttp==3.4

使用conda

conda install aiohttp=3.4

答案 1 :(得分:0)

尝试一下:

pip install aiohttp==3.4