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
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-btpgg84o/http-parser_a6c14b2ad3cd4d90a8e000168824cb8d/setup.py", line 12, in <module>
from imp import load_source
ModuleNotFoundError: No module named 'imp'
[end of output]
imp is deprecated and was removed with 3.12
The text was updated successfully, but these errors were encountered:
The imp module has been deprecated and was removed in Python 3.12.
Switch to using importlib functions to load the module, rather than
imp.load_source().
Fixesbenoitc#99
imp
is deprecated and was removed with 3.12The text was updated successfully, but these errors were encountered: