You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from pypa/pip#4768, trying to change pip to vendor the charset_normalizer package. This package has wheels for specific platforms as well as an any wheel. The currently released vendoring picks up the platform-specific wheel, but pip wants the any wheel. I noticed this had already been fixed in 529efb1, but this was never released.
For now I'll continue by installing vendoring from git, though then it also adds a bunch of dist-info directories which I need to look into what they are...
The text was updated successfully, but these errors were encountered:
@pradyunsg if you'd like, I can help out with maintaining this tool. I wouldn't have the time to make major changes (which arguably is a good thing) but I'd be happy to trim the grass and water the plants so to speak. This is a pip subproject essentially, the bus factor doesn't have to be one :)
Likewise, I'm unlikely to be able to initiate any functional changes, but I'm happy to help with reviewing, and CI / configuration / packaging improvements.
Coming from pypa/pip#4768, trying to change pip to vendor the
charset_normalizer
package. This package has wheels for specific platforms as well as anany
wheel. The currently releasedvendoring
picks up the platform-specific wheel, but pip wants theany
wheel. I noticed this had already been fixed in 529efb1, but this was never released.For now I'll continue by installing
vendoring
from git, though then it also adds a bunch ofdist-info
directories which I need to look into what they are...The text was updated successfully, but these errors were encountered: