maweigert / spimagine

GPU accelerated volume rendering / processing in Python
BSD 3-Clause "New" or "Revised" License
117 stars 17 forks source link

pip install - not aware of dependency gputools #8

Closed VolkerH closed 7 years ago

VolkerH commented 7 years ago

When running a pip install of spimagine it finishes succesfully, but then complains about gputools missing. Running pip install gputools fixes this. I'm not familiar with how pip resolves dependencies and whether this can be easily fixed.

maweigert commented 7 years ago

There was indeed a missing requirement in setup.py and that was already fixed in the develop branch. So next version upload to pypi will include that. I'll keep the issue open till then. Thanks for the notification!

VolkerH commented 7 years ago

Cool, thanks

maweigert commented 7 years ago

Updated the pypi version to the recent version 0.2.1 - which should include the missing requirements. Thanks again for pointing that out!