Hello.
I am trying to install fenics on my macbook so I can do the tutorial in Jupyterlab.
My OS is Catalina 10.15.2.
Python3 installed via homebrew.
which python3 return /usr/local/bin/python3
pip3 --version return pip 19.3.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
pip --version return command not found
Jupyterlab installed via pip3
I have tried to installed fenics via pip3 (2019 version). However, I still cannot import it in Jupyter.
from fenics import * return no module named ‘fenics’
I also tried to installed the 2017 version via the same method. It also return the same error.
The reason that I tried 2017 version is because I have that version on my pop_os 18.04 machine (to reduce incompatibility).
Any suggestion for solution?
Kind regards,
Iwan