meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

wheel verify issue #25

Closed rgommers closed 10 years ago

rgommers commented 10 years ago

The wheel looks complete and contains a RECORD file, just not RECORD.jws:

$ wheel verify numpy-1.9.0.dev_d25595c-cp27-none-linux_i686.whl 
Traceback (most recent call last):
  File "/home/rgommers/.local/bin/wheel", line 9, in <module>
    load_entry_point('wheel==0.22.0', 'console_scripts', 'wheel')()
  File "/home/rgommers/.local/lib/python2.7/site-packages/wheel/tool/__init__.py", line 358, in main
    args.func(args)
  File "/home/rgommers/.local/lib/python2.7/site-packages/wheel/tool/__init__.py", line 286, in verify_f
    verify(args.wheelfile)
  File "/home/rgommers/.local/lib/python2.7/site-packages/wheel/tool/__init__.py", line 119, in verify
    sig = json.loads(native(wf.zipfile.open(sig_name).read()))
  File "/home/rgommers/.local/lib/python2.7/site-packages/wheel/install.py", line 437, in open
    ef = zipfile.ZipFile.open(self, name_or_info, mode, pwd)
  File "/usr/lib/python2.7/zipfile.py", line 957, in open
    zinfo = self.getinfo(name)
  File "/usr/lib/python2.7/zipfile.py", line 905, in getinfo
    'There is no item named %r in the archive' % name)
KeyError: "There is no item named 'numpy-1.9.0.dev_d25595c.dist-info/RECORD.jws' in the archive"
meshy commented 10 years ago

Hi, I think you've got the wrong repository. I expect you're looking for https://bitbucket.org/dholth/wheel/

rgommers commented 10 years ago

Sorry about that.

meshy commented 10 years ago

No worries! Hope you get to the bottom of it :)