Closed nedbat closed 6 years ago
There may be work going on around the PyPI search facility: https://status.python.org/#past-incidents
@pfmoore I'd love for this to be a transient thing, but the status page now says the incident is resolved, but "pip search coverage" still produces a failure, and the other searches still do not.
Yeah. Might be worth reporting it on the PyPI tracker at https://github.com/pypa/warehouse/issues - the people there might be able to help better than here. I tried to use the XMLRPC interface "manually" but it's freezing - that's not just for coverage, though, so I might be doing something wrong.
Searching for anything with the word config
in it produces the same error for me.
I am running pip 10.0.1 in Python 3.6.5 on Archlinux x86_64.
This has been fixed over at Warehouse.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description:
(as reported in https://github.com/nedbat/coveragepy/issues/50)
Try to search for "coverage", get an error:
I've tried searching for a bunch of other things, and none of the other terms caused errors: "requests", "cov", "cover", "coverage.py", "cog", "wfwefwefwefwefwef", etc.
This might be something about the coverage package itself, but what?