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 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 found 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 »