Pypi - Server response (503): error reading backend

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

python setup.py register

      

I am getting this error:

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

Server response (503): backend read error

      

How can I fix this?

+3


source to share


1 answer


The same thing happened to me. This is a temporary error. I tried again after a few minutes and it worked.



+1


source







All Articles