ModuleNotFoundError: No module named 'dolfin'

Hello,

I am having issues with a no module named ‘dolfin’ error. I don’t know how to fix the issue.
I am using a windows 10 OS, with Python3.9 and Jupyter Notebook.

Regards,
Yao

You need to tell us how you installed dolfin, and how you started your notebook for anyone to be of any help.

I did not install dolfin. How would I do that ?

See: Download – FEniCS Project


I went through the installation process and getting errors with this problem.

You Need to post the command(s) you ran in plaintext, preferrably using 3x` encapsulation. Similarly for the error message.

I ran the command jupyter notebook

So did you run the following:

docker run --name notebook -w /home/fenics -v $(pwd):/home/fenics/shared -d -p 127.0.0.1:8888:8888 quay.io/fenicsproject/stable 'jupyter-notebook --ip=0.0.0.0'

(From 5. Running Jupyter notebooks — FEniCS Containers 1.0 documentation)