JuJuKwakKwak

error : Consider using the `--user` option or check the permissions. 본문

Data Science/error 모음

error : Consider using the `--user` option or check the permissions.

jujukwakkwak 2022. 2. 7. 12:51

Anaconda Prompt 창에 이렇게 쳤다.

pip install pandas_profiling

 

그랬더니 다음과 같은 내용이 떴다.

 

그래서 다음에는 이렇게 쳤다.

pip install --upgrade pip

 

이번에는 이런 내용이 떴다.

 

구글링 한 다음에 이렇게 입력해보았다.

python3 -m pip install --user --upgrade pip

 

아무런 에러 내용이 뜨지 않았다.

그제서야 다음 내용을 쳐보았다.

pip install pandas_profiling

성공적으로 설치되었다는 문구를 확인했다.

에러 해결 성공!