Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import scipy.misc.imsave #25

Closed
aditya-sengupta opened this issue Jul 8, 2019 · 1 comment
Closed

Cannot import scipy.misc.imsave #25

aditya-sengupta opened this issue Jul 8, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@aditya-sengupta
Copy link

After installing hcipy from pip, an import results in the error

ImportError: cannot import name 'imsave' from 'scipy.misc' (/usr/local/lib/python3.7/site-packages/scipy/misc/__init__.py)

imsave has been removed from scipy after version 1.2 (I'm running 1.3); could this dependency be removed from hcipy?

@ehpor
Copy link
Owner

ehpor commented Jul 8, 2019

This was corrected in 92a646a. In the following days I'm planning to release 0.2 to PyPI, so this should be fixed then. Until then, you can use the development version directly from the master branch.

@ehpor ehpor added the bug Something isn't working label Jul 8, 2019
@ehpor ehpor closed this as completed Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants