Hi George,
I’ve found that if I make a python virtual environment with anaconda, and then install fenics (with the conda-forge command) via anaconda into that virtual environment then things work great. I just run my programs from this environment. I think the issue is that if you don’t have a closed virtual environment, there might be a chance that you pip installed something in the past that comes in conflict with anaconda.