Python错误代码1

时间:2016-04-07 20:24:25

标签: python linux bots raspbian

我正在尝试在discord bot上使用raspberry pi 3。我正在通过noobs安装程序运行最新版本的raspbian。我正在尝试这样做:sudo pip3.5 install git+https://github.com/Rapptz/discord.py@async但是我收到了这个错误:

"Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-yBdLez/aiohttp/". 

完整的错误在这里:

File "<string>", line 1, in <module>
File "/tmp/pip-build-yBdLez/aiohttp/setup.py", line 61, in <module>
   raise RuntimeError("aiohttp requires Python 3.4.1+")
RuntimeError: aiohttp requires Python 3.4.1+

据我所知,它说我的python没有正确更新。但据我所知,它已经完全更新到最新版本,当我这样做时:

sudo apt-get install python

它说“Python已经是最新版本了”,所以我不明白这里有什么问题。非常感谢任何帮助,谢谢!

0 个答案:

没有答案