[Anaconda][Error] Original error was: DLL load failed while importing _multiarray_umath: 지정된 모듈을 찾을 수 없습니다. - Coding Farm
Original error was: DLL load failed while importing _multiarray_umath: 지정된 모듈을 찾을 수 없습니다.
anaconda 랑 vscode 를 연결 시키려고하는데 자꾸 에러가 나서 반 포기상태였는데 해결방법을 찾아서 이렇게 남긴다.
해결 방법으로는 vscode안에 터미널 기본프로필을 "command prompt"로 선택해서 연결하면된다.
1. 명령 팔레트를 연다 (Ctrl + Shift + P or F1)
2. 터미널 기본 프로필 선택 ("Terminal:Select Default Profile") 열기
3. "Command Prompt" 선택
이후 다시 시작하게 되면 정상적으로 연결된걸 확인할수있다.
<참고>
Importing the numpy c-extensions failed
Importing the numpy c-extensions failed I installed python 3.7 on my windows system to work on visual studio code. Everything was going well, including using the libraries. I uninstalled python us...
stackoverflow.com
Original error was: DLL load failed while importing _multiarray_umath: 지정된 모듈을 찾을 수 없습니다.
Visual Studio code 가 업데이트 되면서 기능이 조금 바뀌는 것을 확인할 수 있었다. Anaconda 연결, numpy를 사용하고 늘 하던대로 Run Python File을 실행했는데 에러가 발생했다. 이상하다? conda env에는 잘
toyourlight.tistory.com