“ python setup.py egg_info”在安装lshash时失败,错误代码为1

问题描述 投票:0回答:1

我要

"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

没有用。

python pip google-colaboratory lshash
1个回答
0
投票

我看过您的笔记本,知道您正在使用Python3。在python3中,您可以通过

安装lshash

pip3安装lshash3

如果您成功安装了lshash并仍然出现No module future错误,则只是>

pip3将来安装

希望它会有所帮助!

© www.soinside.com 2019 - 2024. All rights reserved.