Open topongo opened 2 weeks ago
Thank you for your comment. In the meantime, I have added the requirement to use Python version 3.10 to the README and documentation. In the future, I will ensure all packages and Python versions are updated and checked.
Hi, probably it could be helpful to disclose a warning for python>=3.12 that the default installation guide won't work for them. This is due to distutils being deprecated since 3.12 according to PEP0632.
steps to reproduce:
python3.12
docker run --rm -it --entrypoint pip python:3.12 install scikit-learn==1.2.1 scipy==1.11.2 simpy==4.0.1 pm4py==2.7.5.2 statsmodels==0.14.0 pandas==1.5.3
Output:python3.11
docker run --rm -it --entrypoint pip python:3.11 install scikit-learn==1.2.1 scipy==1.11.2 simpy==4.0.1 pm4py==2.7.5.2 statsmodels==0.14.0 pandas==1.5.3