pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: zstd-1.4.9 incompatible with py-zstandard-0.15.2 (was: CVS commit: pkgsrc/archivers/zstd)



> This breaks archivers/py-zstandard:
> 
> % python3.8 -c 'import zstandard'
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/usr/pkg/lib/python3.8/site-packages/zstandard/__init__.py", line 39, in <module>
>     from .backend_c import *  # type: ignore
> ImportError: zstd C API versions mismatch; Python bindings were not compiled/linked against expected zstd version (10409 returned by the lib, 10409 hardcoded in zstd headers, 10408 hardcoded in the 
> cext)
> 
> (I have only tried to revert back to zstd-1.4.8 and that fixes it.)
> 
> Can you please give it a look?
> 
> 
> Thanks!

Fixed.

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index