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

Error: "No module named 'ccxt'" #23

Closed DrJones55 closed 5 years ago

DrJones55 commented 5 years ago

I did all the steps to get the binance bot installed from your step by step Youtube video and went to run a bot and was given this at the bottom of Pycharm.

File "C:/Users/davey/Desktop/python-binance-master/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/Crypto-Trading-Bots/Advanced_Cryptocurrency_Trading_Bot.py", line 27, in import ccxt ModuleNotFoundError: No module named 'ccxt'

Process finished with exit code 1

ghost commented 5 years ago

sudo apt install ccxt

DrJones55 commented 5 years ago

Does ccxt need to be in a specific folder? This is my first time dealing with any kind of coding or bots.

ghost commented 5 years ago

I do not think.

Roibal commented 5 years ago

Does ccxt need to be in a specific folder? This is my first time dealing with any kind of coding or bots.

hi good Doctor,

after you install ccxt , you must put the Advanced Cryptocurrency Roibal python file into the python sub-folder of ccxt, at which point the bot will be able to import ccxt and utilize the power of that library.

amitkalo commented 5 years ago

what about win10 users? what should do?

keyvin-wei commented 3 years ago

what should I do? Im win10 python 3.7.3,allredy install cctx1.0.0,but still No module named 'ccxt',help me!!