Open martenson opened 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
3.12 has no distutils anymore
as a workaround you can install setuptools to the venv