python-blosc
python-blosc copied to clipboard
A Python wrapper for the extremely fast Blosc compression library
Fixes #158
I'm trying to use an installed blosc library when installing python-blosc by following the instructinos in the homepage and it looks like it fails with: ``` CMake Warning (dev) at...
Depreaction warning due to invalid escape sequences in Python 3.7 . https://github.com/asottile/pyupgrade/ can be used to resolve the warnings. ``` find . -iname '*py' | grep -Ev 'setup|rdf4' | xargs...
Hi, I am trying to concatenate two block compressed bytes object with the following code. I wonder if a function like `blosc_magic_concat` already exists or if it's something I can...
Hi, The Readme say that to build the python-blosc we should run `python setup.py build --inplace`. But seems that `--inplace` param is used with the command `build_ext` and not with...
Hi, I'm have this error when I try to install python-blosc using and installed c-blosc: ``` -- Build files have been written to: /home/eamanu/dev/python-blosc/_skbuild/linux-x86_64-3.8/cmake-build Scanning dependencies of target blosc_extension [...
I wonder whether there could be some heuristics employed to drastically decrease the minimum size blosc produces for short-length inputs. If I wanted to use blosc for things like 64bit...
https://github.com/Blosc/python-blosc/blob/20f7821267c053a8c3a2a7569bfd3c74e7daa64c/blosc/toplevel.py#L43-L44 See: * [`popen2` — Subprocesses with accessible I/O streams](https://docs.python.org/2.7/library/popen2.html#module-popen2) * [Replacing Older Functions with the `subprocess` Module](https://docs.python.org/3/library/subprocess.html#replacing-older-functions-with-the-subprocess-module). Additionally, avoid starting a process using a shell, as is probably the...
This is probably user error, but I'm running into an issue compressing a file on the command line and decompressing it inside python. For example: $ blpk --version bloscpack: '0.16.0'...
Problem --------- On aarch64, ‘pip install blosc’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system....