MontrealTradingGroup / freqtrade

Simple High Frequency Trading Bot for crypto currencies
GNU General Public License v3.0
70 stars 61 forks source link

ModuleNotFoundError #5

Open MrN8 opened 4 years ago

MrN8 commented 4 years ago

// paste your log here


hi sorry the bot gives me an error
Error : Traceback (most recent call last):
File "./freqtrade/main.py", line 11, in
from freqtrade import OperationalException
ModuleNotFoundError: No module named 'freqtrade'
OtenMoten commented 4 years ago

Hello dear MTG team and MrN8,

I got the same error:

mtg@mtgvb:~/freqtrade$ python3.6 ./scripts/plot_dataframe.py -s BBRSI -p LINK/BTC

/home/mtg/.local/lib/python3.6/site-packages/jupyter_client/session.py:56: VisibleDeprecationWarning: zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed. Install tornado itself to use zmq with the tornado IOLoop.

from zmq.eventloop.ioloop import IOLoop Traceback (most recent call last): File "./scripts/plot_dataframe.py", line 41, in from freqtrade import persistence ModuleNotFoundError: No module named 'freqtrade'

OtenMoten commented 4 years ago

Hello Sir,

use this workaround.

EDIT:

Are there any errors left @MrN8 ?