sammchardy / python-binance-chain

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

Can't install in Ubuntu 18 #45

Open p-lopez100 opened 3 years ago

p-lopez100 commented 3 years ago

I have tried in my local computer to install with Python 3.7 and I got an anaconda error:

error: command '/home/x/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1

I tried with the solution of using sudo apt-get install libsecp256k1-dev instead but it also didn't work.

Finally, I tried to install it in a computer that has Python 3.5 to use the built libraries but the requirements.txt needs websockets>=7.0 and got the following error :

Exception: websockets requires Python >= 3.6.1.

Any help here would be appreciated. Thank you

s-udhaya commented 3 years ago

Is this library not maintained anymore? Not installable at all.