Python Forum
importbacktrader - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: importbacktrader (/thread-22369.html)



importbacktrader - mpellegrini - Nov-10-2019

Good morning. I installed backtrader on windows via cmd prompt like this: pip3 install backtrader

but from Spyder Anaconda when I write import backtrader as bt, it returns me: "ModuleNotFoundError: No module named 'backtrader' "
can anyone help me? thanks