[BUG] Python3.13 stability #614
Labels
bug
Something isn't working
enhancement
New feature or request
framework
Something concerning the framework
GUI
Something regarding the graphical user interface
Description of the error
As of today, VTK 9.4.0 became available, which includes wheels for Python 3.13.
rdkit for python 3.13 is still missing.
It is possible to install and run MDANSE by removing rdkit from the code. This affects atom selection options and automatic molecule naming.
Describe the expected result
Ideally, MDANSE should run on Python 3.13 same as on 3.9-3.12.
Describe the actual result
Problems observed so far:
Suggested fix
Some initial errors could be caused by files created by the older versions, which might not be fully compatible. This includes the Qt settings, database files, configuration files and instrument database. It has to be investigated if switching between Python versions makes the problems reappear.
Qt object deletion can be investigated and improved.
Additional details
More problems will be found as the testing continues. They should be mentioned here.
The text was updated successfully, but these errors were encountered: