SkeletonMan03 / FZEasyMarauderFlash

Easily Flash Marauder onto the Flipper Zero Devboard or an ESP32!
GNU General Public License v3.0
974 stars 121 forks source link

ssl error running python3 EasyInstall.py on M1 MAC #39

Closed j3erdon closed 10 months ago

j3erdon commented 1 year ago

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3.

jeremy@Jeremys-MacBook-Air FZEasyMarauderFlash-main % python3 EasyInstall.py Traceback (most recent call last): File "/Users/jeremy/Downloads/FZEasyMarauderFlash-main/EasyInstall.py", line 9, in import requests File "/Users/jeremy/Library/Python/3.9/lib/python/site-packages/requests/init.py", line 43, in import urllib3 File "/Users/jeremy/Library/Python/3.9/lib/python/site-packages/urllib3/init.py", line 38, in raise ImportError(

During updating to the latest version of Python, I see: ==> Installing python@3.11 dependency: openssl@1.1

You can force the version installing with this command:

pip install urllib3==1.26.6

That seems to be a work around as it allowed me to downgrade urllib3 to 1.26.6 which then allowed me to run the python3 EasyInstall.py