missing numpy dependency
Closed this issue · 1 comments
vvuk commented
It looks like there's a missing dependency on numpy -- installing on a fairly clean/empty python setup, the main script complains about not being able to import numpy. Manually installing it fixes the issue.
TousstNicolas commented
It was added in a PR and a did not saw it. It should never have been there.
I removed it and you should now be able to install from pip without the numpy dependecy.
Thanks for reporting the issue.