Blosc / python-blosc

A Python wrapper for the extremely fast Blosc compression library

Home Page:https://www.blosc.org/python-blosc/python-blosc.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong setuptools build command

eamanu opened this issue · comments

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 build.