Python Error

How To Fix Error PyPI’s XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future

Recently when I run the command pip search pygame in a terminal, it show me the error message like RuntimeError: PyPI’s XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future. This article will tell you how to fix it.

How To Fix Error PyPI’s XMLRPC API is currently disabled due to unmanageable load and will be deprecated in the near future Read More »

How To Fix No Module Named ‘numpy.core._multiarray_umath’ When Run Python Code In Annoconda Python Environment

I run an Eclipse Pydev project with an anaconda virtual python environment as the python interpreter. When I run the source code, I meet the No Module Named ‘numpy.core._multiarray_umath’ error.  This article will tell you how to fix it.

How To Fix No Module Named ‘numpy.core._multiarray_umath’ When Run Python Code In Annoconda Python Environment Read More »

How To Fix Python ModuleNotFoundError: No Module Named ‘matplotlib.pyplot’; ‘matplotlib’ Is Not A Package

I use Eclipse + Pydev to develop my python examples. But one day when I am coding a Matplotlib example in the Eclipse PyDev project, and when I run the example, I meet the following error messages. This article will tell you how to fix it.

How To Fix Python ModuleNotFoundError: No Module Named ‘matplotlib.pyplot’; ‘matplotlib’ Is Not A Package Read More »

How To Fix Python Error ImportError: DLL Load Failed: %1 Is Not A Valid Win32 Application.

When I run a python program in my eclipse Pydev project, I meet an error message ImportError: DLL load failed: %1 is not a valid Win32 application. This error occurs when I use the python sqlite3 module in my program. This article will tell you how to fix it.

How To Fix Python Error ImportError: DLL Load Failed: %1 Is Not A Valid Win32 Application. Read More »

How To Fix Python Error Certificate Verify Failed: Unable To Get Local Issuer Certificate In Mac OS

When I run python code in mac os, I meet a certificate verify failed error like this ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056). This error confused me a lot of time. And after googling the error, I finally find the solution to fix it, below are the steps.

How To Fix Python Error Certificate Verify Failed: Unable To Get Local Issuer Certificate In Mac OS Read More »