You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to run task 1 in Jupyter notebook with Ubuntu in Windows (I download all packages including FEniCS) and this error return right after these lines:
my_model.initialise()
my_model.run()
Any idea?
Thanks
Raph
The text was updated successfully, but these errors were encountered:
Just googling the error you gave in the title I found this discourse post with a similar error
I think this is an install problem. Please try following the installation instructions given in the README and in the FESTIM documentation.
We recommend using Anaconda to install fenics
If you are cloning this repository then simply run:
conda env create -f environment.yml
This should create an environment called festim-workshop that you can activate with
conda activate festim-workshop
You should also be able to enable this environment in the jupyter-notebooks to run them
Hi, I tried to run task 1 in Jupyter notebook with Ubuntu in Windows (I download all packages including FEniCS) and this error return right after these lines:
my_model.initialise()
my_model.run()
Any idea?
Thanks
Raph
The text was updated successfully, but these errors were encountered: