NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

After Install #82

Open TFenn2 opened 8 years ago

TFenn2 commented 8 years ago

I have successfully installed dnppy, but after doing so, I am unable to import dnppy into pycharm. Every time I try I get an error saying "ImportError: No module named h5py".

stapleCamel commented 8 years ago

My guess is that Pycharm is using the wrong Python interpreter. Try using the Python distribution that dnppy is installed in.

Instructions on changing the Python interpreter can be found here.

TFenn2 commented 8 years ago

Thanks, that did it.