galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
27 stars 39 forks source link

iron out python 3.12 compatibility #219

Open martenson opened 3 weeks ago

martenson commented 3 weeks ago
    from distutils.version import StrictVersion
ModuleNotFoundError: No module named 'distutils'

3.12 has no distutils anymore

as a workaround you can install setuptools to the venv