320x100
1. Fatal error in launcher:Unable to create process using ~python.exe
python 버전 충돌로 3.9 버전을 삭제하면서 pip가 되지않고 오류가 떴다.
Fatal error in launcher: Unable to create process using ~ python.exe
라는 오류가 발생했다. 이때는 pip 전에 'python -m'을 붙여주면 된다.
ex) python -m pip install magenta

2. RuntimeError:The current Numpy installation fails to pass a sanity check due to a bug in the windows runtime.

numpy 최신버전이 버그 수정중이라 생기는 runtime error로 numpy를 다운그레이드해서 사용하면 된다.
pip install numpy==1.19.3
pip install numpy==1.19.3
300x250
반응형
'개발 오류' 카테고리의 다른 글
| [pip]uninstall llvmlite 에러해결 (0) | 2021.01.10 |
|---|---|
| [pip] 'cudar t64_110.dll' 에러 (0) | 2021.01.02 |
댓글