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 "/Users/username/Projects/ProjectName/export.py", line 16, in <module>
import macsesh
File "/Users/username/Projects/ProjectName/.env/lib/python3.10/site-packages/macsesh/__init__.py", line 37, in <module>
from .session import KeychainSession, Session, SimpleKeychainSession
File "/Users/username/Projects/ProjectName/.env/lib/python3.10/site-packages/macsesh/session.py", line 8, in <module>
from .simple_adapter import SimpleKeychainAdapter
File "/Users/username/Projects/ProjectName/.env/lib/python3.10/site-packages/macsesh/simple_adapter.py", line 8, in <module>
from .util import extract_from_urllib3
File "/Users/username/Projects/ProjectName/.env/lib/python3.10/site-packages/macsesh/util.py", line 10, in <module>
ORIGINAL_HAS_SNI = urllib3_util.HAS_SNI
AttributeError: module 'urllib3.util' has no attribute 'HAS_SNI'
Can anyone give me any suggestion how to fix that issue?
The text was updated successfully, but these errors were encountered:
Python 3.10, MacOS 13.6.3 (Ventura), Intel
Can anyone give me any suggestion how to fix that issue?
The text was updated successfully, but these errors were encountered: