You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm, this error happens when installing, both from git and from pypi. The setup.py is not properly written to tell Python that numpy is needed for the build.
Hello,
numpy
, which is not in the standard library, is currently imported insetup.py
.This breaks pip behavior when installing
fastgrab
(e.g., whennumpy
is not installed).This hack would probably solve this.
The text was updated successfully, but these errors were encountered: