You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation with Python 3.11, received the following error when testing with none_config.xml
TypeError: setPageStep(self, int): argument 1 has unexpected type 'float'
line 195 of storm-control\storm_control\hal4000\illumination\illuminationChannelUI.py
The problem was resolved when downgrading to Python 3.9.6
The text was updated successfully, but these errors were encountered:
After installation with Python 3.11, received the following error when testing with none_config.xml
TypeError: setPageStep(self, int): argument 1 has unexpected type 'float'
line 195 of storm-control\storm_control\hal4000\illumination\illuminationChannelUI.py
The problem was resolved when downgrading to Python 3.9.6
The text was updated successfully, but these errors were encountered: