Search code examples
pythonpython-3.xpypi

pypi - Server response (503): backend read error


When I try to register a library in pypi with this command :

python setup.py register

I get this error :

running register
running check
Registering simplite to https://pypi.python.org/pypi

Server response (503): backend read error

How can I fix it?


Solution

  • I had the same thing happen to me. This is just a temporary error. I tried again after a few minutes and it worked.