要使用 串接AI套件 langChaing 時,發生了以下錯誤
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168
macOS 內建Python
透過 python3 --version 得知我的版本為 Python 3.9.6
透過 which python3、where python3 指令,得知我的python是安裝在 /usr/bin/python3
但這建議不要刪掉