我要
"python setup.py egg_info" failed with error code 1
在Google Colab上进行pip install lshash
时。
请参阅以下笔记本 https://colab.research.google.com/drive/1F-4jtJ7WaItojjUcP1RnFrMW4tQvPIc-
我尝试安装lshash软件包listed on PyPi的依赖项。
!pip install bitarray
!pip install redis
!pip install lshash
没有用。
答案 0 :(得分:1)
我看到了您的笔记本,并且知道您正在使用Python3。在python3中,您可以通过以下方式安装lshash
pip3安装lshash3
如果您成功安装了lshash并仍然出现No module future
错误,那么
pip3将来安装
希望这会有所帮助!