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.
With python 3.10 and 3.11, I receive massively these warnings:
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.