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

ImportError: cannot import name 'LinearNDInterpolator' #9

Open
562794175 opened this issue Sep 13, 2018 · 2 comments
Open

ImportError: cannot import name 'LinearNDInterpolator' #9

562794175 opened this issue Sep 13, 2018 · 2 comments

Comments

@562794175
Copy link

Hi,when i run this code ,i got error!

/root/miniconda3/bin/python /root/PycharmProjects/variational-autoencoder/main.py
Traceback (most recent call last):
File "/root/PycharmProjects/variational-autoencoder/main.py", line 6, in
from scipy.misc import imsave as ims
File "/root/miniconda3/lib/python3.6/site-packages/scipy/misc/init.py", line 68, in
from scipy.interpolate._pade import pade as _pade
File "/root/miniconda3/lib/python3.6/site-packages/scipy/interpolate/init.py", line 187, in
from .ndgriddata import *
File "/root/miniconda3/lib/python3.6/site-packages/scipy/interpolate/ndgriddata.py", line 10, in
from .interpnd import LinearNDInterpolator, NDInterpolatorBase,
ImportError: cannot import name 'LinearNDInterpolator'

How can i fix this?

@562794175
Copy link
Author

Mybe it is has some problem of my computer envionment ,at last this problem disappeared!

@esa-prakasa
Copy link

I got the same problem, no answer yet..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants