ERROR: Could not install packages due to an OSError: Cannot move the non-empty directory ___
Lacking write permission to ___
pip install 중에 위와같은 에러가 났을때...
맨뒤에 --user 옵션을 붙여주면 에러없이 설치가 된다.
--user는 user범위내에서 설치하라는 뜻....
'Programming > Python' 카테고리의 다른 글
python에서 list filter 하기 (0) | 2024.01.17 |
---|---|
[python] if __name__ == '__main__': (0) | 2023.07.14 |
2023) 파이썬 무료 강의 추천 (0) | 2023.07.12 |
[Python] Mac에서 mysqlclient 설치 에러 (0) | 2023.06.28 |