sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
297 stars 133 forks source link

problem at installing python-binance-chain #39

Closed Mahsa-Bastankhah closed 3 years ago

Mahsa-Bastankhah commented 3 years ago

Hi. I'm using ubuntu 16.04 and python 3.7 and when I run the following code python3.7 -m pip install python-binance-chain I get : Defaulting to user installation because normal site-packages is not writeable Collecting python-binance-chain Using cached python_binance_chain-0.1.20-py2.py3-none-any.whl (51 kB) Collecting secp256k1>=0.13.2 Using cached secp256k1-0.13.2.tar.gz (156 kB) ... and in this point installation gets stuck and nothing happens. I searched a lot but couldn't find how to solve this.

lakeandhubo commented 3 years ago

you can try like this: https://pypi.org/project/python-binance/