Dear fenics-support members,
I am trying to install fenics. I have installed virtual Ubuntu on my Windows 10, and the version of Ubuntu is Ubuntu 20.04.1 LTS.
I also have installed Anaconda on my ubuntu, with version: 5.3.0. The version of Python on my ubuntu is 3.7.1.
Following the installation procedure, I entered the following command from the Fenics website:
"
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt-get update
sudo apt-get install --no-install-recommends fenics
"
And I get this message: fenics is already the newest version (1:2019.2.0.2~ppa1~focal1).
0 upgraded, 0 newly installed, 0 to remove and 67 not upgraded.
However, when I enter this command to import fenics: python -c 'import fenics', I get this error: ModuleNotFoundError: No module named 'fenics'
So, it seems that fenics has been installed, but Ubuntu is not recognizing the fenics model!
Any help is much appreciated!