-
Notifications
You must be signed in to change notification settings - Fork 168
Description
Hi,
I use Parcels 2.1.4 and I'm getting an error while importing Field at line 16: from py import path. Honestly, I didn't understand really what is the module py... I tried to create a new environment but I had the same problem. Thanks for your help,
Pierrick
Traceback (most recent call last):
File "/data/rd_exchange2/pgiffard/stamm/src/STAMM.py", line 15, in
from parcels import plotTrajectoriesFile,ErrorCode
File "/data/rd_exchange2/pgiffard/anaconda/envs/parcelstest/lib/python3.6/site-packages/parcels/init.py", line 4, in
from parcels.fieldset import * # noqa
File "/data/rd_exchange2/pgiffard/anaconda/envs/parcelstest/lib/python3.6/site-packages/parcels/fieldset.py", line 8, in
from parcels.field import Field, DeferredArray
File "/data/rd_exchange2/pgiffard/anaconda/envs/parcelstest/lib/python3.6/site-packages/parcels/field.py", line 16, in
from py import path
ModuleNotFoundError: No module named 'py'