Closed xpqian closed 9 years ago
Thanks for the bug report @xpqian. I will have to investigate it but this smells like a problem with the slepc
package. I recall compiling it properly but I see a mismatch in the path of the library, would you please post the output of this commands?
conda info -a
source activate fenics27
conda list
source deactivate
conda list
Thank you for your response. Here are the outputs of the commands.
[xqian29@aci-service-1 python]$ conda info -a Current conda install:
platform : linux-64
conda version : 3.10.1
conda-build version : 1.12.0 python version : 2.7.9.final.0 requests version : 2.6.0 root environment : /home/xqian29/anaconda (writable) default environment : /home/xqian29/anaconda envs directories : /home/xqian29/anaconda/envs package cache : /home/xqian29/anaconda/pkgs channel URLs : https://conda.binstar.org/juanlu001/linux-64/ https://conda.binstar.org/juanlu001/noarch/ https://repo.continuum.io/pkgs/free/linux-64/ https://repo.continuum.io/pkgs/free/noarch/ https://repo.continuum.io/pkgs/pro/linux-64/ https://repo.continuum.io/pkgs/pro/noarch/ config file : /home/xqian29/.condarc is foreign system : False
# fenics27 /home/xqian29/anaconda/envs/fenics27 root * /home/xqian29/anaconda
sys.version: 2.7.9 |Anaconda 2.2.0 (64-bit)| (default... sys.prefix: /home/xqian29/anaconda sys.executable: /home/xqian29/anaconda/bin/python conda location: /home/xqian29/anaconda/lib/python2.7/site-packages/conda conda-build: /home/xqian29/anaconda/bin/conda-build conda-convert: /home/xqian29/anaconda/bin/conda-convert conda-develop: /home/xqian29/anaconda/bin/conda-develop conda-env: /home/xqian29/anaconda/bin/conda-env conda-index: /home/xqian29/anaconda/bin/conda-index conda-inspect: /home/xqian29/anaconda/bin/conda-inspect conda-metapackage: /home/xqian29/anaconda/bin/conda-metapackage conda-pipbuild: /home/xqian29/anaconda/bin/conda-pipbuild conda-server: /home/xqian29/anaconda/bin/conda-server conda-skeleton: /home/xqian29/anaconda/bin/conda-skeleton user site dirs:
CIO_TEST:
License directories: /home/xqian29/.continuum /home/xqian29/anaconda/licenses License files (license*.txt): Package/feature end dates: [xqian29@aci-service-1 python]$ source activate fenics27 discarding /home/xqian29/anaconda/bin from PATH prepending /home/xqian29/anaconda/envs/fenics27/bin to PATH (fenics27)[xqian29@aci-service-1 python]$ conda list
#
abstract-rendering 0.5.1
#
_license 1.1 py27_0
abstract-rendering 0.5.1 np19py27_0
anaconda 2.2.0 np19py27_0
argcomplete 0.8.4 py27_0
astropy 1.0.1 np19py27_0
backports.ssl-match-hostname 3.4.0.2
Hello @xpqian, I think I solve the issue with slepc. Could you please do the following steps?
$ source activate fenics27
(fenics27) $ conda install "slepc==3.4.4" --channel https://conda.binstar.org/juanlu001/channel/fenics:1.4.0:centos"
(fenics27) $ conda list slepc
slepc 3.4.4 py27_3
The last line is the important one: build 3 is the updated build I just uploaded which should fix the problem.
Closing this issue, feel free to reopen if it persists.
I am trying to use conda to install FEniCS on Scientific Linux release 6.3.
When I tried FEniCS 1.5, it gave me error: "ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/xqian29/anaconda/envs/fenics27/lib/python2.7/site-packages/ufc/_ufc.so)".
When I tried to install FEniCS 1.4 with the command "conda install "fenics=1.4.0" mkl --channel https://conda.binstar.org/juanlu001/channel/fenics:1.4.0:centos", I got the following error: "File "/home/xqian29/anaconda/lib/python2.7/site-packages/dolfin/cpp/common.py", line 28, in swig_import_helper _mod = imp.load_module('_common', fp, pathname, description) ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/xqian29/anaconda/lib/libslepc.so)".
Any idea to fix it?
Thanks, Xiaoping.