yihong0618 / bilingual_book_maker

Make bilingual epub books Using AI translate
MIT License
7.68k stars 1.07k forks source link

openssl被迫更新後的問題 #412

Open Space-f-Monkey opened 3 months ago

Space-f-Monkey commented 3 months ago

今早我在玩Go語言環境,不小心讓電腦更新到openssl@3版, 但Bilingual Book Maker需要的是openssl@1.1。

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/openssl@1.1/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/openssl@1.1/lib/libssl.1.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib' (no such file), '/usr/local/opt/openssl@1.1/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)

我搜尋了一下,目前還沒找出方法降級。

yihong0618 commented 3 months ago

我研究一下哈。这个我也不懂。。