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
In the most recent version 1.9.0 we get the following error when using httpie:
Traceback (most recent call last):
File "/usr/bin/https", line 33, in <module>
sys.exit(load_entry_point('httpie==2.4.0', 'console_scripts', 'https')())
File "/usr/lib/python3.9/site-packages/httpie/__main__.py", line 10, in main
from .core import main
File "/usr/lib/python3.9/site-packages/httpie/core.py", line 13, in <module>
from httpie.client import collect_messages
File "/usr/lib/python3.9/site-packages/httpie/client.py", line 15, in <module>
from httpie.plugins.registry import plugin_manager
File "/usr/lib/python3.9/site-packages/httpie/plugins/registry.py", line 1, in <module>
from httpie.plugins.manager import PluginManager
File "/usr/lib/python3.9/site-packages/httpie/plugins/manager.py", line 5, in <module>
from pkg_resources import iter_entry_points
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
In the most recent version
1.9.0
we get the following error when usinghttpie
:The text was updated successfully, but these errors were encountered: