Hi,
Follwing the instructions in the course. Doing everything as said. When rujnning hte code in python to test the sample strategy, getting this error: I"mportError: DLL load failed while importing IBCpp: The specified module could not be found."
Any solutions?
you need to pip install IBCpp model in your enviorment or your pc cmd.
If you are using anaconda then do the pip install of the module in it's anaconda prompt.
you can even use jupiter nootebook or google colab to code there you do not need to pip install any module.
Hello Sulkhan,
This happens if the python version in your anaconda and the one being used in the Ibridgepy source code do not match. You might want to look at this detail troubleshoot:
https://ibridgepy.com/q-a/#Q_I_set_up_the_system_following_the_instruction_but_python_complained_8220ImportError_cannot_import_name_IBCpp8221_when_it_ran_How_can_I_solve_the_issue