반응형
RuntimeError: The current Numpy installation fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
위와 같은 오류가 나는 경우 numpy에 버그가 있고 아직은 수정되지 않아서 나는 오류이다.
이전 버전인 1.19.3버전으로 다시 설치하면 해결된다. 해당 버전으로 재설치는 아래와 같이 pip install을 통해 쉽게 할 수 있다.
pip install numpy==1.19.3
반응형
'공부 | Study > AI' 카테고리의 다른 글
PyTorch에서 GPU setting (0) | 2024.07.09 |
---|---|
알맞은 버전의 CUDA, Pytorch 설치하기 (0) | 2024.07.09 |
[인공지능과 딥러닝] #1 Perceptron 퍼셉트론 (0) | 2024.05.28 |
anaconda 가상환경 생성하기 (0) | 2021.01.03 |
tensorflow import Error (0) | 2021.01.03 |