Skip to content

[Bug] Can't find package on test.pypi.org #2899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Kristinita opened this issue Feb 8, 2018 · 1 comment
Closed

[Bug] Can't find package on test.pypi.org #2899

Kristinita opened this issue Feb 8, 2018 · 1 comment

Comments

@Kristinita
Copy link

1. Summary

I can't find my package erichek, if I use search form for https://test.pypi.org site. If I use search form for https://testpypi.python.org, I successful find my package.

2. Steps to reproduce

Yesterday I print in local folder of my package erichek:

python setup.py bdist_wheel && twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Erichek upload to TestPyPI.

Also, I remove my canelocanelo package from TestPyPI, use https://test.pypi.org interface.

I search erichek for https://testpypi.python.org and https://test.pypi.org search forms.

3. Expected behavior

Result for https://testpypi.python.org:

Erichek on testpypi.python.org

Good.

4. test.pypi.org behavior

Result:

Erichek on test.pypi.org

Existing package erichek site doesn't show, but show deleted package canelocanelo.

5. Environment

For me locally:

  • Windows 10 Enterprise LTSB 64-bit EN,
  • Python 3.6.4,
  • Pip 9.0.1,
  • Twine 1.9.1,
  • Wheel 0.30.0.

Thanks.

@di
Copy link
Member

di commented Feb 8, 2018

@Kristinita The search indexes are not immediately updated, it may take ~24 hours for a new package or deleted package to appear in a search. Your search query now returns the erichek package and not the canelocanelo package.

Since we already have #701 to add more incremental indexing, I'm going to close this, but thanks for taking the time to make a really detailed report!

@di di closed this as completed Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants