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

Problems with build on 3.8

Open hnykda opened this issue 6 years ago • 1 comments

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?

For example, on python:3.8-slim image, it's impossible, as it wants to build the images, but python-headers are available only for 3.7. Same problem is with ubuntu. I tried to install libblosc1 and then use BLOSC_DIR env variable, but that didn't help. Is there some canonical way how to install that? It feels that it's harder than it should be.

The common issue I get is AttributeError: module 'platform' has no attribute 'linux_distribution'.

hnykda avatar Jan 28 '20 15:01 hnykda

@hnykda This seems to be fixed on last release

eamanu avatar Nov 05 '20 16:11 eamanu