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
This issue is another manifestation of issue #1664 ("Include location of bad METADATA files in errors"), but for the value.decode('utf-8') line in NullProvider.get_metadata():
This came up recently in this pip issue (and probably other pip issues -- this is just one example): pypa/pip#6566
Rather than re-opening #1664, it probably makes sense to have a new issue. It's unknown to me how many code paths in pkg_resources affect the larger issue. PR #1706 addressed the version-is-missing case.
The text was updated successfully, but these errors were encountered:
This issue is another manifestation of issue #1664 ("Include location of bad METADATA files in errors"), but for the
value.decode('utf-8')
line inNullProvider.get_metadata()
:setuptools/pkg_resources/__init__.py
Lines 1416 to 1420 in 8aeff6b
This came up recently in this pip issue (and probably other pip issues -- this is just one example): pypa/pip#6566
Rather than re-opening #1664, it probably makes sense to have a new issue. It's unknown to me how many code paths in
pkg_resources
affect the larger issue. PR #1706 addressed the version-is-missing case.The text was updated successfully, but these errors were encountered: