pygrib
pygrib copied to clipboard
Problem in import pygrib
I successfully installed pygrib2.0.2 by pip, but when I import it in python, I will met the problem:
>>> import pygrib
Traceback (most recent call last):
File "
I tried in python2.7.13, 3.6.1, and the way of installing it I tried pip, conda. But I will always meet this problem. So how to solve the problem?