Cannot search package in PyPI with pip

2019-08-04 07:04发布

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.

标签: python pip pypi
2条回答
聊天终结者
2楼-- · 2019-08-04 07:23

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.

查看更多
何必那么认真
3楼-- · 2019-08-04 07:31

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
查看更多
登录 后发表回答