I am running poretools (0.6.0) on Ubuntu 14.04 and the following error msg:
Traceback (most recent call last):
File "/usr/local/bin/poretools", line 9, in <module>
load_entry_point('poretools==0.6.0', 'console_scripts', 'poretools')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2363, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/local/lib/python2.7/dist-packages/poretools-0.6.0-py2.7.egg/poretools/__init__.py", line 4, in <module>
from Fast5File import *
File "/usr/local/lib/python2.7/dist-packages/poretools-0.6.0-py2.7.egg/poretools/Fast5File.py", line 6, in <module>
import h5py
File "/usr/local/lib/python2.7/dist-packages/h5py-2.4.0-py2.7-linux-x86_64.egg/h5py/__init__.py", line 10, in <module>
from h5py import _errors
ImportError: libhdf5.so.6: cannot open shared object file: No such file or directory
I am running poretools (0.6.0) on Ubuntu 14.04 and the following error msg:
tried to locate libhdf5.so.6 and find
Can you please help me solve this issue? Many thanks,