【问题标题】:Can't install dev-setup of hyperledger indy-node无法安装超级账本 indy-node 的开发设置
【发布时间】:2019-05-24 07:10:00
【问题描述】:

我正在尝试使用此链接在我的系统上安装 dev-setup

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('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ufgtvm7j --python-tag cp35:
  ERROR: running bdist_wheel

【问题讨论】:

  • 您要安装哪个版本的 Indy Node?​​span>

标签: python python-3.x hyperledger-indy


【解决方案1】:

该指南中容易遗漏的步骤包括:

  • 使用source activate 激活虚拟环境
  • pip install wheel安装轮子

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-02-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多