You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
Добрый день, столкнулся с такой проблемой при попытке установить библиотеку 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Добрый день, столкнулся с такой проблемой при попытке установить библиотеку 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.
The text was updated successfully, but these errors were encountered: