-
# In your bug report please include:
* CPU architecture: PowerPC
* Operating System: macOS
* Python version: 3.11.10
* Version of py-cpuinfo: 9.0.0
`cpuinfo` omits `PPC`/`PPC_32` in the list wh…
-
I'm using the library to try detect compression being used on arbitrary data but for some inputs I get segfaults or crashes.
This example produces a crash:
```python
import lzo, base64
data = base…
-
I tried all methods you mentied but still same result..
```
PS C:\test\python-lzo> python -m build -w
* Creating venv isolated environment...
* Installing packages in isolated environment... (se…
ghost updated
4 months ago
-
It seems that only wheels for MacOS and Windows are available on PyPI. This results in the following error on `pip install python-lzo`:
```
Defaulting to user installation because normal site-pack…
-
error log:
```
running install
running build
running build_scripts
creating build
creating build/scripts-3.10
copying and adjusting src/yaffshiv -> build/scripts-3.10
changing mode of build/…
-
I have a sequence file with LzoCodec, that I am unable to read through the module .
from hadoop.io import SequenceFile
fh='/home/ekta/my_file'
reader = SequenceFile.Reader(fh)
# first few lines in th…
-
I use this code to decompress *.lzo file
python lzo.py -d "aaa.lzo", then i got the error
ImportError: No module named _lzo
-
Some archive formats I would particularly like to have access to:
- [UDF](https://en.wikipedia.org/wiki/Universal_Disk_Format)? [Creation](https://unix.stackexchange.com/questions/107883/creating-…
-
- [x] PAQ (via https://github.com/observerss/paq)
- [x] LZSS (https://github.com/rumbah/pylzss)
- [ ] PPMd (cf. #32)
- [ ] ZPAQ?
- [ ] LZ4 (https://github.com/python-lz4/python-lz4)
- [ ] LZO (https:/…
-
I am trying to decompress data that was compressed using the LZOP utility but it seems that python-lzo does not understand the header for the file. In my testing, it seems that the incompatibility is…