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

A Python wrapper for the extremely fast Blosc compression library

Results 37 python-blosc issues
Sort by recently updated
recently updated
newest added

I would find it super useful if I could use this lib on android. Thanks!

Hi, I get: ``` [ 46%] Building C object blosc/CMakeFiles/blosc_extension.dir/blosc_extension.c.o cd /mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/_skbuild/linux-x86_64-3.6/cmake-build/blosc && /usr/bin/cc -Dblosc_extension_EXPORTS -I/mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/blosc/c-blosc/blosc -I/mnt/data1/home/gregory.starck/.virtualenvs/pypy3/include -I/mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/blosc/c-blosc/internal-complibs/lz4-1.9.3 -I/mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/blosc/c-blosc/internal-complibs/zlib-1.2.8 -I/mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/blosc/c-blosc/internal-complibs/zstd-1.4.8 -I/mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/blosc/c-blosc/internal-complibs/zstd-1.4.8/common -O3 -DNDEBUG -fPIC -o CMakeFiles/blosc_extension.dir/blosc_extension.c.o -c /mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/blosc/blosc_extension.c /mnt/data1/home/gregory.starck/pypy3_wheels/blosc-1.10.2/blosc/blosc_extension.c:11:10: fatal...

Hi, I am trying to get `python-blosc` on Python 3.8 on some of the popular images and I am not really successful. Is there a way how to do it?...

Trying to install some dependencies for some Programm Kali linux Collecting blosc Using cached blosc-1.9.2.tar.gz (816 kB) Installing build dependencies ... error ERROR: Command errored out with exit status 1:...

I'm loading an hdf file wrote under pandas.to_hdf(...,complib="blosc:snappy") in python3.7 installed by anaconda after I upgraded anaconda to py3.8, it shows > [ HDF5ExtError: HDF5 error back trace File "C:\ci\hdf5_1545244154871\work\src\H5Dio.c",...

Python 3 support typing: https://docs.python.org/3/library/typing.html For static type checkers like Mypy, PyRight, ... to properly work, packages need to support typing: https://mypy.readthedocs.io/en/latest/installed_packages.html blosc currently does not provide stub files. Could...

I am trying to package python-blosc for openSUSE Linux and I am running into an issue where the package is installing to the architecture-independent `purelib` directory rather than the architecture-specific...

I've been using blosc for various projects for years now (thanks!). Recently we had CI start to fail because it could not build blosc on alpine linux during `pip install...

Some memory corruption is happening in my use case for Blosc. Blosc is being used to store numpy ndarrays in shared memory using plasma. It is unclear whether the issue...

With c-blosc v1.16.0 three new functions arrived: ``` blosc_decompress_unsafe() blosc_decompress_ctx_unsafe() blosc_getitem_unsafe() blosc_cbuffer_validate() ``` I would like to build support for the unsafe versions of the `decompress` and `getitem` functions and...