[Open AI API ์๋ฌ] ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3
2023. 5. 28. 18:29ใBackend/๐ Python
FastAPI ๋ก ์ฐํผํฐ import ํ ๋ ๋ฐ์ํ ์๋ฌ
FastAPI ๋ด๋ถ์ ์ค์น๋ urllib3 v2.0 ์ด OpenSSL 1.1.1+ ๋ฒ์ ๋ง ์ง์ํ๋ค๊ณ ํ๋ค.
Error message
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
๊ทธ๋ผ ์ด๋ป๊ฒ ํ ๊น? ์๋ฌ๋ฅผ ํด๊ฒฐํ๋ ์ฌ๋ฌ ๋ฐฉ๋ฒ์ด ์์ง๋ง, ํ์๋ ๊ฐ๋จํ urllib3์ ๋ฒ์ ์ 2.0๋ณด๋ค ์๋๋ก ๋ค์ด๊ทธ๋ ์ด๋ ํ๋ค
ํด๊ฒฐ
pip uninstall urllib3
pip install 'urllib3<2.0'
๋ค์ด๊ทธ๋ ์ด๋ ํ fastApi ๋ฅผ ์คํํ์.
endpoint ๋ฅผ ํธ์ถํ๋ฉด ์ ์์ ์ผ๋ก ์คํ๋๋ค.
'Backend > ๐ Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Error]Python ๊ฐ์ํ๊ฒฝ ์ค์น configure: error: Unexpected output of 'arch' on OSX (0) | 2022.10.03 |
---|---|
์ต๊ทผ ํ์ด์ฌ PS ํ๋ฉด์ ๋ฐฐ์ด ๊ฒ (0) | 2022.05.05 |
Django CBV (3) - DetailView (0) | 2021.05.23 |
Django CBV (2) - ๋ก๊ทธ์ธ, ๋ก๊ทธ์์ ๊ตฌํ (0) | 2021.05.23 |
Django CBV (1) - ํ์๊ฐ์ (0) | 2021.05.23 |