|Playdata_study/Python
210914_powershell 실행오류
케리's
2021. 9. 16. 17:00
Powershell Error
ImportError: DLL load failed while importing qhull : 지정된 모듈을 찾을 수 없습니다.
1. 아래의 폴더 경로를 복사해 환경변수에 입력한다.


2. Window Powershell > 관리자 권한으로 실행

3. Set-ExecutionPolicy RemoteSigned 을 입력한다. (y 누르면 된다)

4. Anaconda Prompt 열고 conda init powershell 을 입력한다.

5. VScode 로 돌아가 cmd prompt 창을 확인한다.
conda activate base 라고 떠 있으면 성공!
이제 다시 python 을 실행하면 된다

