Open ScenicJaguar101 opened 1 day ago
Many issues trying to install dependencies.
ModuleNotFoundError: No module named 'distutils'
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [end of output]
ModuleNotFoundError: No module named 'distutils' - fixed using pip install setuptools before installing requirements
pip install setuptools
Resolved by installing the most recent versions of the requirements.
Many issues trying to install dependencies.
ModuleNotFoundError: No module named 'distutils'
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [end of output]