-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168 #3358
Comments
I fixed this by upgrading OSX from 13.0 -> 13.1 |
My OSX version is 13.3.1(a). And I have the same issue. Does anyone have approach to resolve this? |
Not sure if this would work for you. I resolved it using this method in the interim by lowering the urllib3 requirement: pip install urllib3==1.26.6 |
@Akanta21 I resolved this issue in the same way. |
I get this error after downgrading urllib3==1.26.6
|
Thanks @Akanta21 . This worked for me: |
Same error 13.3.1 (a) (22E772610a) I will try lowering urllib3 pip install urllib3==1.26.6 |
at first, the error I get is Then once I downgrade urllib3 I get this error I tested the code in a Ubuntu system and it works perfectly. The problem is in the Macbook. |
pip uninstall urllib3 |
Thanks. I did resolve using this same. |
Thanks mr0303. This worked! |
Same problem |
I'm still having the issue with OS version: 13.3.1 Same change with the ImportError after down grading. |
Same error happened OS version: 13.3.1. |
I'm still having the issue with OS version: 13.3.1. Tried all solutions above and none worked |
Same for me, the install won't complete at that error even after I use "pip install 'urllib3<2.0'" and I'm using 13.3.1 as well. The "uninstall urllib3" command didn't apply since it wasn't installed. |
After struggling to get this running on my new Mac Mini M2 with Ventura 13.4, here is my solution:
It worked for me, and I hope that it works for you too! |
THX!!! But for me, the path is "/private/var/folders/ms/l2jgzvsj1xvgz_b45r423kg00000gn/T/invokeai-installer-tmpg98rn5aj/lib/python3.9/site-packages" the path will appear at the error |
Thanks @mr0303, I'm testing a Python script on a crusty GoDaddy hosted server, this did the trick for me as they do not offer 3.1x versions in cPanel yet :( |
How do I do that ? |
Is there an existing issue for this?
OS
macOS
GPU
cuda
VRAM
No response
What version did you experience this issue on?
latest
What happened?
attempted install, failed:
The text was updated successfully, but these errors were encountered: