Anaconda Python incompatibility with iBridgePy Python

Hi, the latest version of Anaconda base is Python 3.13 but I have downloaded Python 3.7 in iBridgePy. I can’t seem to downgrade the Anaconda base to a lower version of Python, hence i have created a new env for Python 3.7. However, this creates an error in Spyder Run_Me.py as follows:
“The environment is “Windows Python 37”
IBridgePy package is for “Windows Anaconda 37”
They don’t match!”

How can I resolve this issue? Thank you.

Hi,

IT seems it is a peculiar problem. You can either uninstall the base version and install 3.7 version from the link: Index of /archive. Otherwise, once you have created a new environment, install iBridgePy and spyder in the same virtual environment. Hopefully have both Spyder and iBrisgePy in the same Python environment should resolve your issue.

Hope this helps.