-
Notifications
You must be signed in to change notification settings - Fork 223
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
ImportError: cannot import name 'imsave' #78
Comments
Replace
Possibly, also run
|
pip install scipy==1.2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImportError: cannot import name 'imsave'
ImportError Traceback (most recent call last)
in
----> 1 from scipy.misc import imsave
2 from quiver_engine.server import launch
3
4
5 launch(model=model, input_folder='./img',port=7000)
ImportError: cannot import name 'imsave'
The text was updated successfully, but these errors were encountered: