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.3k stars 442 forks source link

Error? #4

Closed ghost closed 6 years ago

ghost commented 6 years ago

Traceback (most recent call last): File "CryptoTriangularArbitrageBinanceBot.py", line 24, in from binance.client import Client ImportError: No module named binance.client

Roibal commented 6 years ago

This error is caused when (I believe) you have not placed the "cryptotriangular..." (or any other bot) file in examples folder of Roibal/Python-Binance/ fork .

I am putting this answer here in case anyone else runs into this problem at a later date.