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

Error running pip install python-binance-chain #60

Open kentenzer opened 7 months ago

kentenzer commented 7 months ago

Hi,

I am creating a new ENV and running pip install fails.

These are the commands I run: python3 -m venv ENV source ENV/bin/activate pip install --upgrade pip pip install python-binance-chain

Then after running several lines I get the following error: `Collecting protobuf (from python-binance-chain) Using cached protobuf-3.0.0a3.tar.gz (88 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.`

I don't know how to troubleshoot this. Thanks!