Local Development Problems
-
I want to develop strategies locally but having problems. Even after activating qntdev, nothing imports. All I see is ModuleNotFoundErrors! Following the instructions here: https://quantiacs.com/documentation/en/user_guide/local_development.html , I still can't get it to work.
I prefer to use the Spyder IDE, but got a bit lost at step 5. What adjustments must I make to get it to work for Spyder IDE? -
@nosaai Hello
Spyder should be run under conda environment
conda activate qntdev conda install spyder spyder
an alternative way is to clone the library from https://github.com/quantiacs/toolbox
and develop strategies inside qnt. But I recommend using the approach from the documentation. -
This post is deleted! -
This post is deleted!