Error category

Python errors

Python troubleshooting pages for packages, virtual environments, pip, SSL certificates, and interpreter-specific runtime issues.

4 articles in this category.

Python Python

pip command not found

Fix pip command not found errors by using python -m pip or installing pip for the active Python runtime.

pip: command not found
Python Python

Python SSL: certificate verify failed

Fix Python SSL certificate verification failures in pip, requests, urllib, and API clients.

SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
Python Python

Python venv ensurepip is not available

Fix Python venv ensurepip errors on systems where the venv package or bundled pip support is missing.

The virtual environment was not created successfully because ensurepip is not available