본문 바로가기
IT/Programming

Python 모듈 설치 pip 에러 해결 | Pycharm

by 헬로덱 2023. 4. 5.

다음과 같은 오류 발생

Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/Users/meisterjw/.conda/envs/Crypto/bin/python'.
--build-dir 에러

구글링 해본 결과, pip를 과거 버전으로 설치하거나 파이썬 경로 재설정 하라고 나옴.

파이썬 경로 재설정으로 해결

1. Pycharm - Preferences - Project Interpreter - show All..에서 다른 파이썬 경로 설정

오래되어 기억이 잘 안 나지만 파이썬 설치 여러번해서 여차저차 꼬인듯.

참고 : https://stackoverflow.com/questions/58538639/make-sure-that-you-use-the-correct-version-of-pip-installed-for-your-python-in

 

Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'dir:\projectPath\venv\Scri

I am using python 3.6.5 with PyCharm. While trying to install any package, it gives the error "Try to run this command from the system terminal. Make sure that you use the correct version of 'pip'

stackoverflow.com

 

반응형

댓글