반응형
pandas 설치 후 import 했는데 오류날때
fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
RuntimeError: The current Numpy installation fails to pass a sanity check due to a bug in the windows runtime [duplicate]
RuntimeError: The current Numpy installation fails to pass a sanity check due to a bug in the windows runtime
I am using Python 3.9 on Windows 10 version 2004 x64. PowerShell as Administrator. Python verion: Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32 Ins...
stackoverflow.com
pip install virtualenv
virtualenv foo
cd .\foo
.\Scripts\active
pip install numpy
pip install matplotlib
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[python] Online python Compiler , 온라인 파이썬 컴파일러 (0) | 2020.11.30 |
---|---|
python, pandas, numpy, Matplotlib (0) | 2020.11.27 |
[python] Google Cloud Speech - StreamingRecognitionResult (0) | 2020.11.13 |
[python] Package google.cloud.speech.v1 (0) | 2020.11.13 |
[python] 현재 시간, 일시 (0) | 2020.11.13 |