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

Tried New Installation With This Error #24

Closed ghost closed 5 years ago

ghost commented 5 years ago

Went 100 % through the installation guide in README. Keys in BinanceKeys.py. File - Roibal_BinanceBot.py

root@vultr:~/python-binance/examples# python Roibal_BinanceBot.py Traceback (most recent call last): File "Roibal_BinanceBot.py", line 23, in from binance.client import Client ImportError: No module named binance.client root@vultr:~/python-binance/examples# python3 Roibal_BinanceBot.py Traceback (most recent call last): File "Roibal_BinanceBot.py", line 23, in from binance.client import Client ImportError: No module named 'binance'

ghost commented 5 years ago

Fixed but still getting Failure Initialize which is very frustrating. I do not mind sending you some % of the profits but it does not work :/.

Roibal commented 5 years ago

hi, it says 'failure initialize' because there is some type of error being raised.