【发布时间】:2018-09-09 05:38:55
【问题描述】:
当我尝试在 Windows Pycharm 中安装软件包时,我收到此错误
Collecting secp256k1 (from sawtooth-signing->sawtooth-sdk==1.0.1)
Using cached secp256k1-0.13.2.tar.gz
Complete output from command python setup.py egg_info:
'pkg-config' is required to install this package. Please see the README for details.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\user\AppData\Local\Temp\pycharm-packaging\secp256k1\
我运行了 pip install pkgconfig 并且它安装正确,但 Pycharm 失败并出现同样的错误。我按照这里的指示How to install pkg config in windows?,但我仍然收到错误。我该如何克服这个问题并安装 pkg-config?
【问题讨论】:
标签: python windows pycharm pkg-config