I have installed Fenics using this
and everything works so far.
Now I wanted to use Pycharm to try to write a program using fenics. It starts with
from fenics import *
and I get the error
ModuleNotFoundError: No module named 'fenics'.
I use Python 3.9, PyCharm 2021.1.2.
Can the problem come from some wring directories?