Spaces:
Runtime error
Runtime error
python 3.12 needs setuptools
#1
by
douglarek
- opened
error:
gradio\analytics.py", line 10, in <module>
from distutils.version import StrictVersion
ModuleNotFoundError: No module named 'distutils'
resolved through:
pip install setuptools
Hi @douglarek ! Did that happen on local or in HF space?