-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Only emit a metadata warning once #11436
Comments
same here, any solution? |
|
Feel free to contribute. I imagine this can be improved by caching the metadata-parsing function (that emits this message), or by maybe using |
I "fixed" this by finding the package and uninstalling it using pip. But it still gives warnings. So I |
Why am I starting to get these warnings all the time over the past few months? Anyone know what changed? Often I get these warnings for Python packages installed by MacPorts |
The same issue can occur with Python packages installed via Homebrew. You can attempt to uninstall them using Macports/Homebrew and then reinstall them using pip. However, certain packages are necessary dependencies for software such as vim. Therefore, you will have to tolerate this situation for now. |
For what it's worth as others stumble on this, I just I'd also like to understand why this just started out of the blue? |
In my recent homebrew build of python, it appeared to be specific to python3.12 |
From #11352 (comment)
Can this be improved with better caching? Or switching to use ResourceWarning?
The text was updated successfully, but these errors were encountered: