You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
similar to #56
but this time, setuptools removes: setuptools.extern.packaging
and I get error: ModuleNotFoundError: No module named 'setuptools.extern.packaging'
I fixed it by running: pip install setuptools=70.1.1
The text was updated successfully, but these errors were encountered:
similar to #56
but this time, setuptools removes: setuptools.extern.packaging
and I get error:
ModuleNotFoundError: No module named 'setuptools.extern.packaging'
I fixed it by running:
pip install setuptools=70.1.1
The text was updated successfully, but these errors were encountered: