Python Forum

Full Version: importbacktrader
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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