gmdsi / GMDSI_notebooks

python-based predictive groundwater modeling workflow examples
GNU General Public License v3.0
48 stars 31 forks source link

part0_01_freyberg_trial_and_error can't find flopy #66

Closed kmarkovich-intera closed 1 year ago

kmarkovich-intera commented 1 year ago

First code cell throws a module not found error for flopy. Adding sys.path.append(os.path.join("..", "..", "dependencies")) right after import sys fixes it. This is using the gmdsi conda env provided with the tutorial.

mnfienen commented 1 year ago

Thanks, @kmarkovich-intera - you are correct. I fixed in my branch but having some trouble incorporating in to the main codebase. I will try again tomorrow

mnfienen commented 1 year ago

I think it's sorted now. Cheers!