danpovey / lilcom

Small compression utility
Other
33 stars 10 forks source link

Support building lilcom without pre-installing numpy. #26

Closed csukuangfj closed 3 years ago

csukuangfj commented 3 years ago

Closes #24

@janvainer

Could you try this pullrequest? I've tested it locally and it compiles without pre-installing numpy.

virtualenv -p python3.8 py38
. py38/bin/activate
pip3 list # no NumPy
cd lilcom
python setup.py build
danpovey commented 3 years ago

clever!

janvainer commented 3 years ago

Awesome! Sorry for coming back so late. Smart solution :)