-
Notifications
You must be signed in to change notification settings - Fork 32
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
Can't import metview in python using jupyter notebook #43
Comments
Hi @XYSunPSU, Can you make sure that you are in the conda environment where you installed metview before starting the Jupyter environment? That could be a possible cause of the problem. Also, have you tried starting metview by itself, i.e. just by typing 'metview' on the command line? If that does not work, then it also will not work from Jupyter, and it could lead to some clues, especially if you try to start it with 'metview -slog'. Best regards, |
Thank you for replying so quick. Here what I had in my base conda environment, And here what I got by only typing "metview", metview: And the attached file shows the error by typing "metview -slog" I have no idea how to fix this problem. |
Hi, thanks for that, it was useful. Could you try to install package openssl version 1.1.1? You might have a different version installed. |
Hi, But I tried again with both Thanks |
Hello,
I'm having trouble on importing metview in python on MacOS. I have followed all the step from this website https://metview.readthedocs.io/en/latest/install.html#install. I have used conda to install both metview and metview-python, and when I type
import metview as mv
I ge the error message below
Exception: Command "metview" did not respond within 20 seconds. This timeout is configurable by setting environment variable METVIEW_PYTHON_START_TIMEOUT in seconds. At least Metview 5 is required, so please ensure it is in your PATH, as earlier versions will not work with the Python interface.
Any help would be appreciate.
The text was updated successfully, but these errors were encountered: