python-snappy icon indicating copy to clipboard operation
python-snappy copied to clipboard

Python bindings for the snappy google library

Results 35 python-snappy issues
Sort by recently updated
recently updated
newest added

Hi there, it would be great to have python 3.11 compatibility.

I have installed snappy via brew and that says it installed fine. But when I pip install python-snappy and then run the following script: ``` import snappy compressed = snappy.compress("some...

**Can you help me get Volatility 3 working on Windows 11? I get this error when I run this command pip install -r requirements.txt** **I don't know what else to...

Related: #78, #69 ## Repro macOS 10.14.5, in a virtualenv with Python 3.6.9, python-snappy v0.5.4 (commit 602e9c10d743f71bef0bac5e4c4dffa17340d7b3) 1. `git clone https://github.com/andrix/python-snappy` 2. `cd python-snappy` 3. `git checkout master` 4. `python...

Hello, I fail to run `pip install python-snappy` on my virtualenv with Python 3.4.4 I built snappy with `brew install snappy` and also when I do `pip3 install python-snappy` with...

I create a function using python-snappy to deploy on AWS Lambda. I followed [this tutorial](https://docs.aws.amazon.com/lambda/latest/dg/python-package.html) and basically did the following (TL;DR of the tutorial commands): ``` pip install --target ./package...

I have tried to follow the readme and write this line from my REPL like so: ``` python -m snappy -d temp.snappy temp.txt ``` However I get the error `UncompressError:...

I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

- stream compressors: use Intel SSE4.2 CRC32C instruction when crc32c is available - StreamDecompressor: faster decompression via a lot less memcpy