Hello, I’m trying to use the newest version of dolfinx in PyCharm. When trying to pull the dolfinx image using powershell I get:
Using default tag: latest
Error response from daemon: manifest for dolfinx/dolfinx:latest not found: manifest unknown: manifest unknown
Why does this error occur?
In PyCharm I tried to configure an environment deployed in a corresponding Docker container as described here. Following the instructions given by FenicsX in PyCharm I noticed that I don’t have \usr\local\lib\python3.10\dist-packages on my system.
Do I need to create dist-packages manually?
I’m using Windows 11 and Python 3.10. I’m sort of stuck here so I would appreciate any help. Thank’s.
I’m not using docker for dolfinx, so I might be wrong.
However, according to @jackhale ’s post on slack,
We have made the following changes to the DOLFINx Docker images (dolfinx/dolfinx, dolfinx/lab and dolfinx/dev-env).
We no longer will push :latest tags. Instead, users should choose between :stable (the latest stable release of DOLFINx) and :nightly (images built nightly from the current main branches). There are also versioned tags e.g. :v0.4.1-r1. We will remove the :latest tags in 30 days and there will be no new image pushes to :latest from today.
1:42
In addition, we will be “recommending” conda for general use and Spack for HPC installs of DOLFINx. We will be continuing to maintain Docker images, Ubuntu packages, Debian packages and source installs as first-party options.
Ok found the solution already here . The python interpreter path when configuring a docker image as remote interpreter has to be named python3 (naming it just python created the above error).