Closed tzoiker closed 4 years ago
Same issue with python-3.7.6 OS: mac OS Catalina 10.15.4
gcc --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 11.0.3 (clang-1103.0.32.62) Target: x86_64-apple-darwin19.4.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
+1
Can you try latest code from master branch?
@sergey-dryabzhinsky Work for me. Thx
pip3 install git+https://github.com/sergey-dryabzhinsky/python-zstd.git@master
Collecting git+https://github.com/sergey-dryabzhinsky/python-zstd.git@master Cloning https://github.com/sergey-dryabzhinsky/python-zstd.git (to revision master) to /private/var/folders/rm/h69rtgh55qd3_yxhwlfsjnxn2k0s73/T/pip-req-build-i0kul5jn Running command git clone -q https://github.com/sergey-dryabzhinsky/python-zstd.git /private/var/folders/rm/h69rtgh55qd3_yxhwlfsjnxn2k0s73/T/pip-req-build-i0kul5jn Running command git submodule update --init --recursive -q Building wheels for collected packages: zstd Building wheel for zstd (setup.py) ... done Created wheel for zstd: filename=zstd-1.4.5.0-cp37-cp37m-macosx_10_9_x86_64.whl size=315247 sha256=7f8078320baf31e44f091b253cf35e631b4f021acd922210cbea7a1242caaaee Stored in directory: /private/var/folders/rm/h69rtgh55qd3_yxhwlfsjnxn2k0s73/T/pip-ephem-wheel-cache-zbntfi0t/wheels/cd/1e/33/f4a923a6994f6e42ba526382801acffaef5e0d36a29cec2515 Successfully built zstd Installing collected packages: zstd Found existing installation: zstd 1.4.4.0 Uninstalling zstd-1.4.4.0: Successfully uninstalled zstd-1.4.4.0 Successfully installed zstd-1.4.5.0
Ok. New version will be tagged ASAP.
Fixed in 1.4.5.1
pip install zstd==1.4.5.0
fails withPython: 3.8.3 OS: mac OS Catalina 10.15.5 (19F96)