python-lzo
python-lzo copied to clipboard
Python bindings for the LZO data compression library
I am using macOS Monterey 12.2.1 on M1 chip and the installation failed. Building wheels for collected packages: python-lzo Building wheel for python-lzo (setup.py) ... error error: subprocess-exited-with-error × python...
Files greater than 2G (2^31) cannot be decoded on x64 Linux, as the uncasted bitwise shift causes a sign error.
Working towards MacOS wheels.
hello, i get this error with python 3.10 on windows, version1.12 decompress Warn: LZO Error: PY_SSIZE_T_CLEAN macro must be defined for '#' formats it's included in this repo https://github.com/jrspruitt/ubi_reader didn't...
I'm trying to install `python-lzo` on mac OS Sierra. I have used `brew` to install the c `lzo` library: brew update brew install lzo I then try and install `python-lzo`...
Related to #47 Same thing, but I have lzo installed via `brew install lzo`. This is the error I'm getting ```bash lzomodule.c:35:10: fatal error: 'lzo/lzo1x.h' file not found #include ^~~~~~~~~~~~~...
OS: Windows 10. Mode: Pip Python **lzomodule.c(35): fatal error C1083: Cannot open include file: 'lzo/lzo1x.h': No such file or directory**
Hi, While trying to install this I'm getting this error. The lzo.lib is not found anywhere in the library as well under the src folder. Please help as I know...
As per #49 and #39 the instructions for Windows are not working as of now. I've left a comment in #49 on how I got it working. Pelase update the...
In the process of working on [this package](https://github.com/pazaan/decoding-contour-next-link), I need to install `pip install python-lzo`. But the problem is that it expects a `lzi.lib` file which I can nowhere find...