I would like to use it inside a Conda environnement, but when I select on VS Code the interpreter from the conda environment ~/miniconda3/envs/myenv/bin/python, it doesn’t find dolfinx, but if i select /bin/python3 it works. Is there a workaround or do I have to reinstall my other packages system-wide and work with no conda environment ?
Please excuse me if my question is basic but I am not at all an IT guy.
Hi @festv , what’s your motivation for using a conda environment on this system? If fenicsx is already installed and running with the system python, then why not use that?
The purpose of the debian packages (used by Ubuntu and PPA) is to provide a self-consistent package environment. If you experience any conflicts then please report them as bugs.