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 "/usr/local/bin/osrf", line 5, in <module> from osrframework.launcher import main File "/usr/local/lib/python3.12/dist-packages/osrframework/launcher.py", line 29, in <module> import osrframework.mailfy as mailfy File "/usr/local/lib/python3.12/dist-packages/osrframework/mailfy.py", line 36, in <module> import osrframework.thirdparties.haveibeenpwned_com.hibp as hibp File "/usr/local/lib/python3.12/dist-packages/osrframework/thirdparties/haveibeenpwned_com/hibp.py", line 25, in <module> import cfscrape File "/usr/local/lib/python3.12/dist-packages/cfscrape/__init__.py", line 19, in <module> from urllib3.util.ssl_ import create_urllib3_context, DEFAULT_CIPHERS ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/usr/lib/python3/dist-packages/urllib3/util/ssl_.py)
Anybody know how to resolve this issue?
I can't run any commands from osrf
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/usr/local/bin/osrf", line 5, in <module> from osrframework.launcher import main File "/usr/local/lib/python3.12/dist-packages/osrframework/launcher.py", line 29, in <module> import osrframework.mailfy as mailfy File "/usr/local/lib/python3.12/dist-packages/osrframework/mailfy.py", line 36, in <module> import osrframework.thirdparties.haveibeenpwned_com.hibp as hibp File "/usr/local/lib/python3.12/dist-packages/osrframework/thirdparties/haveibeenpwned_com/hibp.py", line 25, in <module> import cfscrape File "/usr/local/lib/python3.12/dist-packages/cfscrape/__init__.py", line 19, in <module> from urllib3.util.ssl_ import create_urllib3_context, DEFAULT_CIPHERS ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/usr/lib/python3/dist-packages/urllib3/util/ssl_.py)
Anybody know how to resolve this issue?
I can't run any commands from osrf
The text was updated successfully, but these errors were encountered: