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
When using python 3.9.18 (but it happens also with other 3.9.x), project_wheel_metadata returns an instance of email.message.Message instead of importlib.metadata._adapters.Message.
The problem is that the returned object doesn't have the property json as defined by PackageMetadata
When using python 3.9.18 (but it happens also with other 3.9.x),
project_wheel_metadata
returns an instance ofemail.message.Message
instead ofimportlib.metadata._adapters.Message
.The problem is that the returned object doesn't have the property
json
as defined by PackageMetadataAs it's shown above, the
json
property works correctly with python 3.10.8 and 3.8.15, but not with python 3.9.18.Installed packages in python 3.10.8:
Installed packages in python 3.9.18:
Installed packages in python 3.8.15:
The text was updated successfully, but these errors were encountered: