I used to write some Python scripts, and some of them crashed when run on earlier version of macOS(<10.15.x).
A typical exception may like this:
|
|
This was caused by macOS using an outdated OpenSSL version.
I found this page on Google and follow these steps to solve the problem:
|
|
After using this newly compiled Python interpreter, the problem disappeared
# NOTE: I am not responsible for any expired content.
created_date: 2021-01-21T23:48:52+08:00
update_date: 2021-02-12T21:44:52+08:00
comment_url: https://github.com/ferstar/blog/issues/34