Tutorial Error no module name parcels #1187
cuchisavila
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @cuchisavila. This Error suggests that Parcels hasn't correctly been installed, so that it was not found by the python interpreter... Could you try installing Parcels again by carefully following all the 7 steps at https://oceanparcels.org/#installing? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Just getting started and I got this error in the tutorial
ModuleNotFoundError Traceback (most recent call last)
Input In [5], in <cell line: 1>()
----> 1 from parcels import FieldSet, ParticleSet, JITParticle, AdvectionRK4
3 # 1. Setting up the velocity fields in a FieldSet object
5 fname = 'GlobCurrent_example_data/*.nc'
ModuleNotFoundError: No module named 'parcels'
What should I do?
I am running it in jupyter notebook
Beta Was this translation helpful? Give feedback.
All reactions