-
Notifications
You must be signed in to change notification settings - Fork 30
Ошибка при установке библиотеки secp256k1 #13
Description
Добрый день, столкнулся с такой проблемой при попытке установить библиотеку secp256k1 для Python 3.7.0 на windows 10
pip install secp256k1
Collecting secp256k1
Using cached secp256k1-0.13.2.tar.gz (156 kB)
ERROR: Command errored out with exit status 1:
command: 'c:\users\user\appdata\local\programs\python\python37\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\User\AppData\Local\Temp\pip-install-7i2gk55_\secp256k1\setup.py'"'"'; file='"'"'C:\Users\User\AppData\Local\Temp\pip-install-7i2gk55_\secp256k1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\User\AppData\Local\Temp\pip-pip-egg-info-y75n4yl'
cwd: C:\Users\User\AppData\Local\Temp\pip-install-7i2gk55\secp256k1
Complete output (1 lines):
'pkg-config' is required to install this package. Please see the README for details.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.