mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.79k stars 842 forks source link

Massive fail of the modules from qstrader #378

Closed Trrtrrnch closed 5 months ago

Trrtrrnch commented 2 years ago

Hello everyone.

Im trying to test an strategy but most of the modules are not working/found.

All the commented modules are the ones which are not working (see pic) image

The error message with everone of them is like that (see pic) image

Ive just installed the library qstrader following the guide github. The installation specifications are this (see pic) image

My anaconda and python version are (see pic) image

How can I fix this problem? I need that modules.

Thank you very much!

elavender1 commented 2 years ago

Unfortunately, I'm having the same problem. Did you use pip install qstrader or pip install git+https://github.com/mhallsmoore/qstrader.git@advanced-algorithmic-trading.

It's disappointing I was trying to use this for a final project

datatalking commented 2 years ago

@elavender1 what IDE are you running this in, many times this is a pathing issue. Its installed but you need to tell your software where to find that module by adding the path to your bash profile.