Problems during the firedrake-check "installation" step #4577
-
Hi devs, the title is more or less self-explanatory. Basically, I followed the whole process described in the installation page of Firedrake website, no errors with it no problems at all, but when typing the following command (virtual env activated):
I get the following message:
indeed when calling the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
EDIT: I forgot to mention: installation on the WSL (Ubuntu) |
Beta Was this translation helpful? Give feedback.
-
Missing symbols errors are usually caused by using compiled extensions that have been compiled against a different library to the one now on your system. For instance I recently had a very similar error when I upgraded the system HDF5 but did not recompile the extensions. I have a number of questions:
|
Beta Was this translation helpful? Give feedback.
Thanks I solved the problem, now I can import everything, Firedrake's checks are ok. The issue was from another source not related to the procedure described in the Firedrake web page.. an interference of environments with conda that by default imposes in the bashrc an "hard activation" of its
base
environment