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
This should be resolved by Python 3.13.1 or by using Python 3.12.x for now. A workaround is available by setting the environment variable TCL_LIBRARY in scripts/ikobconfig.bat and scripts/ikobrunner.bat:
# Don't forget to replace \<user>\
set TCL_LIBRARY=C:\Users\<user>\AppData\Local\Programs\Python\Python313\tcl\tcl8.6
This was tested and can be a suitable workaround for the time being.
Make sure to remove the notice in README introduced in:
Maybe we should update the README to indicate that 3.12 should be used and 3.13 is to be avoided for now due to this TCL issue. Once > 3.13.0 is available, that statement can be removed again.
During user support sessions we tried to install IKOB using Python version 3.13.1 on Windows. This installs and runs OK. This confirms that the issue observed in Python 3.13.0 is avoided/resolved by adopting the latest (patch) version 3.13.0 as expected.
Testing with Hans shows problems with loading the GUIs when running on Python 3.13.0. This seems related to the following issue:
This should be resolved by Python 3.13.1 or by using Python 3.12.x for now. A workaround is available by setting the environment variable
TCL_LIBRARY
inscripts/ikobconfig.bat
andscripts/ikobrunner.bat
:This was tested and can be a suitable workaround for the time being.
Make sure to remove the notice in README introduced in:
The text was updated successfully, but these errors were encountered: