seung-lab / fpzip

Cython bindings for fpzip, a floating point image compression algorithm.
BSD 3-Clause "New" or "Revised" License
34 stars 5 forks source link

fix: install numpy during setup #1

Closed william-silversmith closed 6 years ago

william-silversmith commented 6 years ago

Sometimes fpzip breaks other packages that haven't installed numpy yet.

william-silversmith commented 6 years ago

The trick didn't work. Print an error message instead.