Recent Posts
Recent Comments
목록레벨업(level up)/Python (6)
Space Shift !
PIP install 오류날때
# 관리자권한으로 실행해야 전체적으로 pip install이 정상적으로 됨 pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --upgrade # powershell 권한 확인 Get-ExecutionPolicy # powershell 권한 획득 Set-ExecutionPolicy Unrestricted Restricted(제한된): 파워쉘의 실행 권한 정책 기본 옵션(기본적으로 적용되어 있음), 명령어 하나씩 실행 가능. ps1 스크립트 파일을 로드하여 실행할 수 없음 AllSigned: 오직 신뢰된 배포자에 의해 서명된 스크립트만 실행할 수 있음 RemoteSigned: 로컬 컴퓨터에서 본인이 생성한 스크립트만 실행 가..
레벨업(level up)/Python
2021. 11. 3. 17:00