Closed ghost closed 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 :/.
hi, it says 'failure initialize' because there is some type of error being raised.
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'