Essi Parent / May 17 2021
Remix of Python by
Nextjournal
FEniCS 2019.1 environment

The conda command installs FEniCS with all its dependencies. But the conda installation of dijitso, a Python module on which FEniCS depend on, looks for a non-existing cache directory. The pip command installs dijitso correctly.
conda install -c conda-forge fenics=2019.1pip install dijitso384.4s
FEniCS 2019.1 (Bash in Python)