Skip to content
Advertisement

pip has problems with metadata

I’m trying to install the win32core module using pip, but it keeps displaying warnings about the package/wheel metadata not matching with the filename (inconsistent version).

Here’s a snippet of the text displayed in the command prompt before it goes to download older versions:

JavaScript

As I’ve encountered this before, how should I go about installing the module correctly? (I’m on Python 3.9.1)

Advertisement

Answer

Pip changed rules in the version resolver, it is more strict now.

See discussions :

https://github.com/pypa/pip/issues/9186

https://github.com/pypa/pip/issues/9203

Try using :

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement