Python Library가 없는 것들은 분석 중 사용할 수 없다.
그래서 찾은 해결책, Wheel file을 업로드 후 분석 진행할 수 있다고 한다.
How can I install Python library in ChatGPT Code Interpreter휠 파일 업로드 - You can upload a wheel file taken from PyPI, select cp38-manylinux_..._x86_64.whl and upload it.
압축 풀고 해당 경로로 이동시키라고 명령 - Tell ChatGPT to unzip and move it to /home/sandbox/.local/lib/python3.8/site-packages/
Then you can import and use it normally.
예시 - Here's an example case where I install DuckDB: https://chat.openai.com/share/fa3df390-8a25-45d3-997a-c19d4f19df67
<Wheel file 업로드>