본문 바로가기
Python

VisualStudio Code에서 anaconda python 실행 시 numpy 애러 해결

by Gordon_ 2022. 8. 28.

https://stackoverflow.com/a/62531033

 

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

 

visual studio code에서 아나콘다를 사용하여 파이썬을 실행시 numpy 파이 모듈을 실행한다면 다음과 같은 애러가 발생할 수 있습니다. 그렇다면 위 링크에 들어가셔서 해당 해결 방법을 실행하였더니 해결 되었습니다.

 

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!