You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
今早我在玩Go語言環境,不小心讓電腦更新到openssl@3版,
但Bilingual Book Maker需要的是[email protected]。
ImportError: dlopen(/Users/kuang/.pyenv/versions/3.9.0/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so, 0x0002): Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
Referenced from: <837D6E43-87A0-3307-8BE7-8F6593F755FE> /Users/kuang/.pyenv/versions/3.9.0/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so
Reason: tried: '/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/usr/local/lib/libssl.1.1.dylib' (no such file), '/usr/lib/libssl.1.1.dylib' (no such file, not in dyld cache)
我搜尋了一下,目前還沒找出方法降級。
The text was updated successfully, but these errors were encountered:
今早我在玩Go語言環境,不小心讓電腦更新到openssl@3版,
但Bilingual Book Maker需要的是[email protected]。
ImportError: dlopen(/Users/kuang/.pyenv/versions/3.9.0/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so, 0x0002): Library not loaded: /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
Referenced from: <837D6E43-87A0-3307-8BE7-8F6593F755FE> /Users/kuang/.pyenv/versions/3.9.0/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so
Reason: tried: '/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/usr/local/opt/[email protected]/lib/libssl.1.1.dylib' (no such file), '/usr/local/lib/libssl.1.1.dylib' (no such file), '/usr/lib/libssl.1.1.dylib' (no such file, not in dyld cache)
我搜尋了一下,目前還沒找出方法降級。
The text was updated successfully, but these errors were encountered: