-
Locustio가 Permission denied로 설치되지 않을 때Legacy/문제해결 2019. 12. 21. 11:21728x90
분명 sudo pip install locustio로 설치를 했는데, 다음과 같은 에러가 뜨면서 설치가 되지 않는다.
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/gevent'
Consider using the `--user` option or check the permissions.
아마 파이썬 버전이 맞지 않을 수 있는데, 만약 설치한 파이썬 버전이 3버전대라면, pip가 아닌 pip3로 설치를 해야한다.
그래서 다음 명령어로 실행하면 잘 설치가 될 것이다.
sudo pip3 install locustio
이 문제는 다른 라이브러리들도 마찬가지로 겪을 수 있다.
'Legacy > 문제해결' 카테고리의 다른 글
Mac os에서 pip가 설치 되지 않을 때 (0) 2019.12.21 DataGrip에서 뽑아낸 csv 파일 한글이 깨질 때 (1) 2019.12.10 [AWS] Invalid rule description. Valid descriptions are strings less than 256 characters from the following set: a-zA-Z0-9. _-:/()#,@[]+=&;{}!$* (1) 2019.03.20 [Windows 7] 인터넷 보안 설정으로 인해 하나 이상의 파일을 열 수 없습니다. (0) 2019.03.19 [Node.js] mysql query error (0) 2017.01.15 [Spring] Current request is not of type [org.springframework.web.multipart.MultipartHttpServletRequest]: (0) 2016.11.06 마우스 상하좌우가 반대로 움직임. (3) 2016.07.06 ERROR 1054 (42S22): Unknown column 'password' in 'field list' (1) 2016.05.07 java.lang.NoClassDefFoundError: javax/servlet/ServletRequest 에러 해결 (0) 2016.01.24 [Windows] 올바른 응용프로그램이 아닙니다. (0) 2015.12.07