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
host% pyp2rpm metpx-sr3
Unable to extract package metadata from .whl archive. This might be caused by an old .whl format version. You may ask the upstream to upload fresh wheels created with wheel >= 0.17.0 or to upload an sdist as well to workaround this problem.
host%
the wheel was created with version 0.37.0... so the complaint does not accurately describe the problem.
I looked at the source, and it is looking for the metadata.json file to be present in the .whl archive. The wheels for this package are built with setuptools, and I'm trying out hatch/hatchling now... the current versions do not include this file with a wheel.
In this wheel, the metadata is in: "sarracenia-3.0.46.dist-info/METADATA " ... ther is nothing manually overridden or special about this. It seems like a wrong assumption in the pyp2rpm.
The text was updated successfully, but these errors were encountered:
the wheel was created with version 0.37.0... so the complaint does not accurately describe the problem.
I looked at the source, and it is looking for the metadata.json file to be present in the .whl archive. The wheels for this package are built with setuptools, and I'm trying out hatch/hatchling now... the current versions do not include this file with a wheel.
In this wheel, the metadata is in: "sarracenia-3.0.46.dist-info/METADATA " ... ther is nothing manually overridden or special about this. It seems like a wrong assumption in the pyp2rpm.
The text was updated successfully, but these errors were encountered: