rustyrussell / secp256k1-py

Python FFI bindings for libsecp256k1 (maintained)
MIT License
56 stars 12 forks source link

cant pip install windows python #20

Open gokhan1987 opened 2 months ago

gokhan1987 commented 2 months ago

hey there Rusty. im trying to install secp256k1 module but there is always failure. couldnt managed to install. even chat gpt stucks. there is a problem ? i think something wrong with current distribution Warning (from warnings module): File "C:\Users\AppData\Local\Programs\Python\Python312\Lib\site-packages\setuptools__init__.py", line 85 dist.fetch_build_eggs(dist.setup_requires) _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !!

    ********************************************************************************
    Requirements should be satisfied by a PEP 517 installer.
    If you are using pip, you can try `pip install --use-pep517`.
    ********************************************************************************

!!

Warning (from warnings module): File "C:\Users\AppData\Local\Programs\Python\Python312\Lib\site-packages\setuptools_distutils\dist.py", line 268 warnings.warn(msg) UserWarning: Unknown distribution option: 'tests_require' Using bundled libsecp256k1 SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

error: no commands supplied