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
Roboflow org

Hi @douglarek ! Did that happen on local or in HF space?

Hi @douglarek ! Did that happen on local or in HF space?

I run it on local python 3.12 env.

Sign up or log in to comment