esafak opened a new issue, #2331:
URL: https://github.com/apache/fory/issues/2331

   ### Search before asking
   
   - [x] I had searched in the [issues](https://github.com/apache/fory/issues) 
and found no similar issues.
   
   
   ### Version
   
   pyfury 0.10.2
   python 3.13
   macos 15.5
   
   ### Component(s)
   
   Python
   
   ### Minimal reproduce step
   
   ```
   > virtualenv-3.13 test
   > overlay use activate.nu
   > pip install pyfury
   ```
   (I use nushell.)
   
   ### What did you expect to see?
   
   Installation of pyfury
   
   ### What did you see instead?
   
   ```
   Collecting pyfury
     Using cached pyfury-0.10.2-cp313-cp313-macosx_14_0_universal2.whl.metadata 
(17 kB)
   Collecting cloudpickle (from pyfury)
     Using cached cloudpickle-3.1.1-py3-none-any.whl.metadata (7.1 kB)
   Using cached pyfury-0.10.2-cp313-cp313-macosx_14_0_universal2.whl (832 kB)
   Using cached cloudpickle-3.1.1-py3-none-any.whl (20 kB)
   Installing collected packages: cloudpickle, pyfury
   ERROR: Exception:
   Traceback (most recent call last):
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/cli/base_command.py",
 line 105, in _run_wrapper
       status = _inner_run()
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/cli/base_command.py",
 line 96, in _inner_run
       return self.run(options, args)
              ~~~~~~~~^^^^^^^^^^^^^^^
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/cli/req_command.py",
 line 68, in wrapper
       return func(self, options, args)
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/commands/install.py",
 line 459, in run
       installed = install_given_reqs(
           to_install,
       ...<7 lines>...
           progress_bar=options.progress_bar,
       )
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/req/__init__.py",
 line 83, in install_given_reqs
       requirement.install(
       ~~~~~~~~~~~~~~~~~~~^
           global_options,
           ^^^^^^^^^^^^^^^
       ...<5 lines>...
           pycompile=pycompile,
           ^^^^^^^^^^^^^^^^^^^^
       )
       ^
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/req/req_install.py",
 line 867, in install
       install_wheel(
       ~~~~~~~~~~~~~^
           self.req.name,
           ^^^^^^^^^^^^^^
       ...<6 lines>...
           requested=self.user_supplied,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       )
       ^
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/operations/install/wheel.py",
 line 729, in install_wheel
       _install_wheel(
       ~~~~~~~~~~~~~~^
           name=name,
           ^^^^^^^^^^
       ...<6 lines>...
           requested=requested,
           ^^^^^^^^^^^^^^^^^^^^
       )
       ^
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/operations/install/wheel.py",
 line 587, in _install_wheel
       file.save()
       ~~~~~~~~~^^
     File 
"/Users/emre/code/test/lib/python3.13/site-packages/pip/_internal/operations/install/wheel.py",
 line 377, in save
       shutil.copyfileobj(f, dest, blocksize)
       ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
     File 
"/opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/shutil.py",
 line 203, in copyfileobj
       while buf := fsrc_read(length):
                    ~~~~~~~~~^^^^^^^^
     File 
"/opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/zipfile/__init__.py",
 line 1015, in read
       data = self._read1(n)
     File 
"/opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/zipfile/__init__.py",
 line 1105, in _read1
       self._update_crc(data)
       ~~~~~~~~~~~~~~~~^^^^^^
     File 
"/opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/zipfile/__init__.py",
 line 1033, in _update_crc
       raise BadZipFile("Bad CRC-32 for file %r" % self.name)
   zipfile.BadZipFile: Bad CRC-32 for file 'pyfury/_serialization.so'
   ```
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to