from IBridgePy import IBCpp
ImportError: DLL load failed while importing IBCpp: The specified module could not be found.
I have installed the latest python version from anaconda.
think its python 10.
but there is no ibridgepy10?
Hi Manabesh,
IBridgePy is currently available for Python 2.7, 3.7, 3.8 and 3.9. I would suggest you check the correct Python version and then install the correct library version as per your Python version.
To check the Python version, run the below command in Anaconda Prompt:
python --version
Hope this helps!
Thanks,
Akshay