반응형
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]
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 |