Is PyPI Down?

PyPIChecking...

PyPI is the official Python package repository. Outages affect pip install, dependency resolution, and package publishing for the Python ecosystem.

Official status: https://pypi.org

Frequently Asked Questions

Is PyPI down right now?

Check the status indicator above. We perform a reachability check against pypi.org to detect availability issues.

What should I do when PyPI is down?

If PyPI is down: cached packages still work. Use pip's cache directory or a requirements.txt with pinned versions. Consider using a PyPI mirror or private registry as fallback.

Does PyPI downtime affect existing virtual environments?

No. Existing virtual environments with installed packages continue to work. Only new installations, updates, and publishing are affected.