我正在尝试使用此链接在系统上安装Dev-stup
https://github.com/hyperledger/indy-node/blob/master/docs/source/setup-dev.md
作为指南,我现在遵循所有步骤,执行命令pip install -e .[tests]
我遇到错误: failed to build wheels for leveldb, ujson, python-rocksdb, sha3, psutil, orderedset..
我尝试了python3 setup.py bdist_wheel
此命令执行,但我无法运行下一个命令
Building wheels for collected packages: leveldb, ujson, python-rocksdb, sha3, psutil, orderedset
Building wheel for leveldb (setup.py) ... error
ERROR: Complete output from command /home/richa/test/bin/python3.5 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-cwvzh10g/leveldb/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ufgtvm7j --python-tag cp35:
ERROR: running bdist_wheel
在该指南中很容易错过的步骤包括:
- 用
source activate
激活虚拟环境 - 用
pip install wheel
安装轮子