3

MacOS Catalina Python 意外退出解决

 3 years ago
source link: https://wuzhuti.cn/macos-catalina-python-quits-unexpectedly
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

MacOS Catalina Python 意外退出解决

MacOS Catalina Python 意外退出解决

$ brew update && brew upgrade && brew install openssl

$ cd /usr/local/Cellar/openssl/1.0.2t/lib

$ sudo cp libssl.1.0.0.dylib libcrypto.1.0.0.dylib /usr/local/lib/

$ cd /usr/local/lib

$ mv libssl.dylib libssl_bak.dylib

$ mv libcrypto.dylib libcrypto_bak.dylib

$ sudo ln -s libssl.1.0.0.dylib libssl.dylib

$ sudo ln -s libcrypto.1.0.0.dylib libcrypto.dylib
 ```

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK