Skip to content
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

Can't find my project! #13162

Closed
Sayad-Uddin-Tahsin opened this issue Mar 8, 2023 · 9 comments
Closed

Can't find my project! #13162

Sayad-Uddin-Tahsin opened this issue Mar 8, 2023 · 9 comments

Comments

@Sayad-Uddin-Tahsin
Copy link

I didn't meant to open it, but the other issue were closed!

From #13160:

See #11935, #7384, #8385, etc: it takes ~24 hours for projects to appear on /simple. This shouldn't affect installability as installers can go directly to the project's simple page, e.g.: https://pypi.org/simple/sra-pylib/

@di , It's mentionable that I've published 2 days ago. And the simple link, I can see there but PyCharm don't search there. And It's not affecting my installability but not showing in PyCharm Built in Package Searcher

@Sayad-Uddin-Tahsin Sayad-Uddin-Tahsin added bug 🐛 requires triaging maintainers need to do initial inspection of issue labels Mar 8, 2023
@ewdurbin
Copy link
Member

ewdurbin commented Mar 8, 2023

I'm not seeing an issue here

$ curl --silent https://pypi.org/simple/ | grep -i sra-pylib
    <a href="/simple/sra-pylib/">sra-pylib</a>

@di
Copy link
Member

di commented Mar 8, 2023

I think you need to take this up with PyCharm:

$ curl -s https://pypi.org/simple/ | grep sra-pylib
    <a href="/simple/sra-pylib/">sra-pylib</a>

@Sayad-Uddin-Tahsin
Copy link
Author

But will my other users do so?

@Sayad-Uddin-Tahsin
Copy link
Author

I think you need to take this up with PyCharm:

$ curl -s https://pypi.org/simple/ | grep sra-pylib
    <a href="/simple/sra-pylib/">sra-pylib</a>

Without having in /simple it don't recommend Update also!

@miketheman miketheman removed requires triaging maintainers need to do initial inspection of issue bug 🐛 labels Mar 16, 2023
@miketheman
Copy link
Member

@Sayad-Uddin-Tahsin as recommended, this seems to be a PyCharm issue, not a PyPI one.

@miketheman miketheman closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2023
@Sayad-Uddin-Tahsin
Copy link
Author

Sayad-Uddin-Tahsin commented Apr 11, 2023

@Sayad-Uddin-Tahsin as recommended, this seems to be a PyCharm issue, not a PyPI one.

It's not because they retrieve the information from pypi.org/simple but my project still doesn't appear there. How can I say that it's a PyCharm issue?

@miketheman
Copy link
Member

they retrieve the information from pypi.org/simple but my project still doesn't appear there.

@Sayad-Uddin-Tahsin this has already been shown as working by both di and ewdurbin above. The package sra-pylib appears in the /simple endpoint.

Thus if PyCharm is not suggesting an update, that appears to be an issue with PyCharm.

@Sayad-Uddin-Tahsin
Copy link
Author

they retrieve the information from pypi.org/simple but my project still doesn't appear there.

@Sayad-Uddin-Tahsin this has already been shown as working by both di and ewdurbin above. The package sra-pylib appears in the /simple endpoint.

Thus if PyCharm is not suggesting an update, that appears to be an issue with PyCharm.

Sorry to say, if it my fault but it seems not appearing because I'm trying to find sra-pylib in pypi.org/simple!

@miketheman
Copy link
Member

@Sayad-Uddin-Tahsin Earlier in this thread, @di shows how to to use curl to inspect the response from /simple and proves the library is there.

I've also loaded the page in a browser. It takes a while to load - it's 24MB in size! After it finished loading the entire page, I captured a screenshot showing the library:

Screenshot 2023-04-13 at 15 22 08

If you're running into an issue that this is not available by either of these two methods, please provide more details and examples using curl of what the response is.

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

4 participants