Cannot search package in PyPI with pip

2019-08-04 07:23发布

问题:

nose-printlog is listed in PyPI but when I search the package by pip, I cannot see it by pip search nose-printlog.

Does anyone know why it's not searchable in pip?

Note: Now you can find it by the pip search nose-printlog command. This question was posted relatively in a short time after the package was uploaded.

回答1:

It seems that is a heavy issue that persists since 2015, here there is the bug discussion group. 03/04/2016 is still not resolved.

UPDATE: Issue #397 has been raised for the same reason.



回答2:

Now I can search using the same pip search nose-printlog command. Probably I needed to wait for several hours for it to be available in pip command.

Note that I didn't search the package 3 hours later from the registration on PyPI.

12:44 pm UTC - Registered to PyPI
 3:54 pm UTC - Still not searchable
 4:09 pm UTC - Searchable


标签: python pip pypi