materialsproject / fireworks

The Fireworks Workflow Management Repo.
https://materialsproject.github.io/fireworks
Other
361 stars 185 forks source link

Warning about removal of distutils #532

Closed ikondov closed 4 months ago

ikondov commented 5 months ago

With python 3.10 and 3.11, I receive massively these warnings:

../../python-3.10.12/lib/python3.10/site-packages/fireworks/core/rocket.py:8
python-3.10.12/lib/python3.10/site-packages/fireworks/core/rocket.py:8: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
    import distutils.dir_util

Python 3.12 is the latest stable release of Python. With this Python version rocket.py does not work. Therefore this should be fixed soon.