在OSX 10.13.2上的虚拟环境中安装p乙基应用程序,具有以下属性:
并获得以下错误消息:
Collecting pyethapp
Using cached pyethapp-1.5.0-py2.py3-none-any.whl
Collecting ethereum>=1.5.1 (from pyethapp)
Using cached ethereum-2.2.0.tar.gz
Complete output from command python setup.py egg_info:
error in ethereum setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed知道怎么解决这个问题吗?
发布于 2017-12-13 09:51:20
我在上也有同样的问题。
看起来setup.py tests_require使用了一个在setuptools > 38.0中不支持的集合。
应该是这样的。
pip install setuptools==37这个把戏对我有用。
欢迎光临。
https://stackoverflow.com/questions/47753737
复制相似问题