Pip search does not work properly. The following error is reported
Complete error report:
$ pip search absl-py --proxy http://10.xxx.xxx.xxx:8080 --trusted-host=pypi.python.org
/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/search.py", line 45, in run
pypi_hits = self.search(query, options)
File "/usr/lib/python2.7/dist-packages/pip/commands/search.py", line 62, in search
hits = pypi.search({'name': query, 'summary': query}, 'or')
File "/usr/lib/python2.7/xmlrpclib.py", line 1243, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request
verbose=self.__verbose
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 778, in request
return self.parse_response(response.raw)
File "/usr/lib/python2.7/xmlrpclib.py", line 1493, in parse_response
return u.close()
File "/usr/lib/python2.7/xmlrpclib.py", line 800, in close
raise Fault(**self._stack[0])
Fault: <Fault -32500: "RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information.">
Because the website is temporarily turned off this feature, see: https://status.python.org/
Read More:
- How to Fix “HTTP error 403: forbidden” in Python 3. X
- Python error: urllib.error.HTTPError : http Error 404: not found
- python3 ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833) Error
- About the solution of ERROR: Failed building wheel for dlib
- Django Issues: TypeError: “Settings” object is irreversible
- Extracting Data from XML (Using Python to Access Web Data)
- Python + Requests +Excel+Jenkins interface automation
- Python asynchronous execution library asyncio
- python: File Processing and Input and Output
- Python openpyxl excel open zipfile error resolution: zipfile.BadZipFile: File is not a zip file
- urllib.error.HTTPError http error 403 forbidden
- [Python] error in installing jupyter: defaulting to user installation because normal Requirement already satisfied
- Django WSGI protocol application, based on wsgiref module DIY a web framework
- Install PyTorch in Anaconda environment
- error: Unable to find vcvarsall.bat
- The PIP installation package was successful but the import failed
- An introduction to sys modules in Python and how packages are imported and used
- Python automatically generates the requirements file for the current project
- Python raspberry pie starts sending IP address to mailbox
- Python recursively traverses all files in the directory to find the specified file