Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Ошибка при установке библиотеки secp256k1 #13

Open
noname159035 opened this issue Oct 15, 2020 · 0 comments

Comments

@noname159035
Copy link

noname159035 commented Oct 15, 2020

Добрый день, столкнулся с такой проблемой при попытке установить библиотеку 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant