numby 실행 시간 오류 방지
The current Numpy installation ('C:\\Users\\user_name\\anaconda3\\envs\\CPU\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime.
See this issue for more information: https://tinyurl.com/y3dm3h86
환경은 다음과 같다.Windwos10
Anaconda 1.9.12
python 3.8.5
numpy 1.19.4
오류링크에서 알 수 있듯이 Windows 10 2004의 업데이트는nupy에 좋지 않은 영향을 미쳤다.그럼 어떻게 하면 좋을까요?
하지만 이전부터 사용된 가상 환경에는 오류가 없습니다.
이전에 사용했던 numby가 1.18.1이기 때문에 아래 명령으로 numby의 강등을 진행하면 오류가 사라집니다.
pip uninstall numpy
pip install numpy==1.18.1
이상, 끝까지 읽어주셔서 감사합니다.
Reference
이 문제에 관하여(numby 실행 시간 오류 방지), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/megane_otoko/articles/006_numpy_error텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)