에러tlqkf!!!!!
[python] legacy-install-failure(python), 파이썬 버전 낮추면 됨
소곡이
2022. 3. 6. 19:38
728x90
python 자연어 처리 모듈 knolpy 설치하려고 하는데, 에러가 매우 길게 나왔다.
문제
에러는 총 2개인 것 같고. 일단 눈에 띄는 legacy-install-failure를 검색했다.
error: subprocess-exited-with-error
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> JPype1
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
해결
스택오버플로우님 감사합니다. 요약하자면 파이썬 버전을 낮추자!
https://stackoverflow.com/questions/71295840/python-pip-error-legacy-install-failure
cmd 창에다가 python 검색. 아나콘다 prompt에 python 검색해봤다. 근데 vscode는 python으로 디버깅해서 python 버전 3.10 installer를 삭제하고 3.8쯤으로 다시 다운 받았다.
결과
커널 다시 연결 하라고 해서 다시 했지만 저 상태이다. 코드는 문제없이 돌아간다.