macos-catalina

pip not found via zsh yet shows up via python3 -m pip –version

pip not found via zsh yet shows up via python3 -m pip –version Question: So, I’ve used homebrew to install python on my MPB (Catalina OS) and currently have both the system python (2.7.16) and python3 (3.9.0). Using "which" I get the following: $ which python /usr/bin/python $ which python3 /usr/bin/local/python3 When I type "pip …

Total answers: 1

Python crashing on MacOS 10.15 Beta (19A582a) with "/usr/lib/libcrypto.dylib"

Python crashing on MacOS 10.15 Beta (19A582a) with "/usr/lib/libcrypto.dylib" Question: I ran my Django project with new macOS Catalina and was running fine. I installed oh_my_zsh then I tried to run the same project it is crashing with the following errors. I uninstalled oh_my_zsh and tried again but it did not worked. Path: /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python Identifier: …

Total answers: 14

SSL: CERTIFICATE_VERIFY_FAILED error with python3 on macOS 10.15

SSL: CERTIFICATE_VERIFY_FAILED error with python3 on macOS 10.15 Question: /usr/bin/python3 from Xcode/CLT on macOS 10.15 (DB6/PB5 at the moment, with Xcode 11 beta 6) fails with SSL: CERTIFICATE_VERIFY_FAILED for all HTTPS requests originating from PSL, e.g. from urllib.request: $ /usr/bin/python3 -c ‘import urllib.request; urllib.request.urlopen(“https://www.apple.com/”)’ … urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to …

Total answers: 7