Trouble Shooting

[ 오류 해결 ] (Python) Remainder of file ignored

Theo (테오) 2021. 1. 30. 00:36
반응형

matplotlib 에서 아래와 같이 'Remainder of file ignored' 오류 발생 시 numpy를 삭제 후 재설치 함

pip uninstall numpy
pip install numpy
반응형