I have been trying to install FEniCSx for several days on multiple platforms and have run into critical, show-stopping errors on all of them.
On a clean WSL/Ubuntu environment, installing fenics-dolfinx=0.8.0 from conda-forge leads to a broken ufl library (AttributeError: module 'ufl' has no attribute 'VectorElement').
The official dolfinx/dolfinx:stable Docker container has the exact same AttributeError.
Trying to install an older version, fenics-dolfinx=0.7.3, fails because the dependency fenics-basix=0.7.3 is missing from conda-forge (PackagesNotFoundError).
It seems the FEniCSx installation ecosystem on conda-forge is currently broken for new users trying to get started. Can you please advise?
1 and 2: That’s not an error, that’s an interface change. Please search the forum for the new syntax (which was discussed plenty of times), or look at the demos of the corresponding version
can’t comment on 3
The title mention Colab, but you haven’t discussed it. See my project FEM on Colab for the easiest installation there.