flopy GBOB package #1499
-
Hi, I am loading an existing modflow model using this code: flopy.modflow.Modflow.load() |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @zargol7419, it looks like this may be a typo in the head-dependent flow-boundary observation package ( Would you mind sharing more of the code that produces this error? That would help to reproduce and fix it. Also, it looks like you have a conda environment with Python 2.7. If you can, it is probably best to upgrade to Python >= 3.7 and the current version of FloPy (3.3.5). |
Beta Was this translation helpful? Give feedback.
-
Hi dear @w-bonelli, thanks for your answer, |
Beta Was this translation helpful? Give feedback.
Hi dear @w-bonelli, thanks for your answer,
Actually it is the first line of my code and the whole of it cause I couldn't write it totally after getting this error.
My floppy version is 3.3.5 (the latest one) and I have tried python 3.7 but there was no difference in the result but I am going to upgrade my python. So how can I fix this problem independently?