💜개발과 일상 (≧∇≦)ノ

[python] ERROR: XMLRPC request failed [code: -32500]RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. 오류 본문

CS/Python

[python] ERROR: XMLRPC request failed [code: -32500]RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. 오류

강영서 2022. 10. 30. 00:50

vscode의 terminal로 해당 pip 명령어를 사용하려고 했는데 해당 오류가 나왔다...

애초에 python이 모듈을 인식하지 못하는 것 같았다.

 

ModuleNotFound를 이유로 모듈 인식이 안되는 것 같아 해결 방법을 찾아봤을때,

 

방법 1) 모듈을 설치해서 dependecy를 줄인다.

그래도 인식이 안됨.

방법 2) 모듈 설치 시, 명령어가 잘못되었다.

numpy 모듈이 인식이 잘 된다 성공!