-
Notifications
You must be signed in to change notification settings - Fork 963
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
Missing dependencies on Matplotlib #6375
Comments
Found this related issue. From what I gather:
Is this right? I may build an api to cache this; would be more appropriate in the json warehouse api, but I'll press if this is a won't-fix. Can we consider all dependency info on the warehouse unreliable, or just ones that show |
Yes, see https://dustingram.com/articles/2018/03/05/why-pypi-doesnt-know-dependencies/, which was linked from #6226. |
Thanks. IMO this is not resolved and should be attacked by the warehouse. This is technically easy to fix - not find a perfect solution, but provide more accurate data than we currently have. Downloading the package, and checking the METADATA provides the correct info in most of the cases I've seen. Python's an elegant language with a fucked packaging system - this is the perfect place to fix it. We will not resolve deps for all packages, but can do it for most. |
This likely affects other projects as well.
Warehouse data
requires_dist: null
from Matplotlib 3.1.1's dist-info/METADATA file:
The text was updated successfully, but these errors were encountered: