Question: Error in qiime package installation
0
david.a.morais • 110 wrote:
Hi
I am trying to install the package_python_2_7_qiime_1_9_1 and I am getting problems when it tries to install numpy 1.9 from package_numpy_1_9 (iuc).
The error that appears is
numpy 1.9 package Error Traceback (most recent call last):
File "/ramdisk/galaxy/0.6/galaxy-env/bin/easy_install", line 5, in <module>
from pkg_resources import load_entry_point
File "/ramdisk/galaxy/0.6/tool-dependency/python/2.7/iuc/package_python_2_7/409e51c1c555/lib/python2.7/site-packages/pkg_resources/__init__.py", line 21, in <module>
import io
File "/ramdisk/galaxy/0.6/tool-dependency/python/2.7/iuc/package_python_2_7/409e51c1c555/lib/python2.7/io.py", line 51, in <module>
import _io
ImportError: /ramdisk/galaxy/0.6/tool-dependency/python/2.7/iuc/package_python_2_7/409e51c1c555/lib/python2.7/lib-dynload/_io.so: undefined symbol: _PyErr_ReplaceException
and the the whole installation halts. I let Galaxy handle all dependencies during installation. My Galaxy version is latest_15.05 .
Can someone help me with this?
Thanks a lot