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
Traceback (most recent call last):
File "/home/tonal/.pyenv/versions/httpie/bin/http", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/__main__.py", line 8, in main
from httpie.core import main
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/core.py", line 15, in <module>
from .client import collect_messages
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/client.py", line 22, in <module>
from .ssl_ import AVAILABLE_SSL_VERSION_ARG_MAPPING, HTTPieCertificate, HTTPieHTTPSAdapter
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/ssl_.py", line 6, in <module>
from urllib3.util.ssl_ import (
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/urllib3/util/ssl_.py)
Expected result
current version of httpie
Debug output
Please re-run the command with --debug, then copy the entire command & output and paste both below:
$ http --debug --version
Traceback (most recent call last):
File "/home/tonal/.pyenv/versions/httpie/bin/http", line 8, in<module>sys.exit(main())
^^^^^^
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/__main__.py", line 8, in main
from httpie.core import main
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/core.py", line 15, in<module>
from .client import collect_messages
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/client.py", line 22, in<module>
from .ssl_ import AVAILABLE_SSL_VERSION_ARG_MAPPING, HTTPieCertificate, HTTPieHTTPSAdapter
File "/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/httpie/ssl_.py", line 6, in<module>
from urllib3.util.ssl_ import (
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/tonal/.pyenv/versions/3.11.3/envs/httpie/lib/python3.11/site-packages/urllib3/util/ssl_.py)
Additional information, screenshots, or code examples
…
The text was updated successfully, but these errors were encountered:
Checklist
Minimal reproduction code and steps
Current result
Expected result
current version of httpie
Debug output
Please re-run the command with
--debug
, then copy the entire command & output and paste both below:Additional information, screenshots, or code examples
…
The text was updated successfully, but these errors were encountered: