Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is something wrong with the CyRK==0.10.1 wheel for py310 on win_amd64 from PyPI #62

Open
dihm opened this issue Oct 8, 2024 · 0 comments

Comments

@dihm
Copy link
Contributor

dihm commented Oct 8, 2024

If you try to install the CyRK-0.10.1-cp310-cp310-win_amd64.whl wheel from PyPI (using pip) you get the following error:

ERROR: Exception:
Traceback (most recent call last):
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\cli\base_command.py", line 105, in _run_wrapper
    status = _inner_run()
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\cli\base_command.py", line 96, in _inner_run
    return self.run(options, args)
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\cli\req_command.py", line 67, in wrapper
    return func(self, options, args)
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\commands\install.py", line 457, in run
    installed = install_given_reqs(
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\req\__init__.py", line 70, in install_given_reqs
    requirement.install(
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\req\req_install.py", line 867, in install
    install_wheel(
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\operations\install\wheel.py", line 732, in install_wheel
    _install_wheel(
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\operations\install\wheel.py", line 590, in _install_wheel
    file.save()
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\site-packages\pip\_internal\operations\install\wheel.py", line 380, in save
    shutil.copyfileobj(f, dest, blocksize)
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\shutil.py", line 195, in copyfileobj
    buf = fsrc_read(length)
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\zipfile.py", line 930, in read
    data = self._read1(n)
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\zipfile.py", line 1020, in _read1
    self._update_crc(data)
  File "C:\Users\naqsL\miniconda3\envs\py310\lib\zipfile.py", line 948, in _update_crc
    raise BadZipFile("Bad CRC-32 for file %r" % self.name)
zipfile.BadZipFile: Bad CRC-32 for file 'CyRK/array/interp.cp310-win_amd64.pyd'

It appears there is some checksum-like issue with the compression in the wheel.

@dihm dihm changed the title There is something wrong with the CyRK==0.10.1 wheel for py310 on win_amd64 on PyPI There is something wrong with the CyRK==0.10.1 wheel for py310 on win_amd64 from PyPI Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant