jpype1 다운그레이드
pip install "jpype1<1.1"
지금 버전이 1.5임, 근데 pip install "jpype1<1.1" 로 다운그레이드가 안됨
참고 : https://stackoverflow.com/questions/77674773/trying-to-install-jpype1-but-getting-errors-cl-exe-failed-with-exit-code-2
https://omil.tistory.com/4
파이썬을 3.10이하로 다운그레이드해라
파이썬 버전은 3.12.2 -> 파이썬 3.8로 다운그레이드 후, (내가 쓰는 환경 중 하나인 파이썬 3.8로 변경)
pip install jpype1==1.0.2
버전을 낮춰줬더니 성공했다.