Roibal / Cryptocurrency-Trading-Bots-Python-Beginner-Advance

Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
https://www.youtube.com/channel/UCVTnyT4fUxYkvawbggo8-AQ
MIT License
1.26k stars 433 forks source link

Supported platform? #12

Closed reppolice closed 5 years ago

reppolice commented 5 years ago

Hi,

I assume python-binance needs to be installed after git clone, right? I was not shocked when the installation on Mac failed with some compilation error, but it also failed me on several Ubuntu's, once with a weird message and a couple of times with

The 'pyasn1' distribution was not found and is required by service-identity

It looks like a few people are running it, maybe we could get some more insight on compatibility? Funny that python can fail so portably :)

Roibal commented 5 years ago

Yes, you must have the Roibal fork of python-binance for this bot to work. I suggest downloading that github repository (versus pip install) and also downloading the github repository of roibal/cryptocurrency-trading-bots and placing this folder within the /examples/ folder of the roibal/python-binance installation / download.