This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

conda install (fenics 1.4.0) lack of eigen3

0 votes

I was receiving the "version ‘GLIBC_2.14’ not found” error mentioned here: http://fenicsproject.org/download/installation_using_conda.html#importerror-lib64-libc-so-6-version-glibc-2-14-not-found

I followed the instructions but I was getting the following error:

lcosta@thunder01:~/miniconda2/envs> conda install "fenics=1.4.0" mkl --channel https://conda.binstar.org/juanlu001/channel/fenics:1.4.0:centos
Fetching package metadata: ......
Solving package specifications: ..........
Error: Could not find some dependencies for fenics 1.4|1.4.0*: dolfin ==1.4.0, eigen3

Looks like it's missing eigen3 so I found https://anaconda.org/juanlu001/eigen3 and successfully installed it. It does come up when I type "conda list".

Unfortunately I'm still getting the same dependency error when I run

conda install "fenics=1.4.0" mkl --channel https://conda.binstar.org/juanlu001/channel/fenics:1.4.0:centos

How can I resolve this dependency issue?

closed with the note: Use fenics-support@googlegroups.com for installation questions.
asked Jan 5, 2016 by luiscosta FEniCS Novice (390 points)
closed Jan 19, 2016 by Garth N. Wells

Have you tried asking your installation problem on the fenics-support mailing list?

Not yet. Thanks for the suggestion. I'll do it now.

...