I did install dolfinx through ubuntu. I realised it is not in it’s latest version, which is rather inconvenient for the code I’ll be using.
I downloaded dolfinx using:
add-apt-repository ppa:fenics-packages/fenics
apt update
apt install fenicsx
I have DOLFINx version: 0.4.1. When trying to update it I get the message ‘python3-dolfinx is already the newest version (1:0.4.1-1exp2)’. I did not find a way to update it, does anyone know how to deal with this?
As I was very unsuccessful getting the newest version, I moved on to Windows + conda. I followed the lines:
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install fenics-dolfinx fenics-libdolfinx
and I get the following error:
Retrieving notices: …working… done
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels.
I can’t find the issue. The conda-forge channel is there but for some reason it can’t find the package. I am not an expert programming and I really don’t know what else to try. Any help regarding this matter would be very much appreciated.