You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ poretools fastq --type fwd /Users/smwaters/Documents/Test-Run/single-fast-5/0 /Users/smwaters/Documents/Test-Run/Guppy-Fastq
Traceback (most recent call last):
File "/Users/smwaters/Documents/my_env/anaconda3/bin/poretools", line 11, in
load_entry_point('poretools==0.6.0', 'console_scripts', 'poretools')()
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 2793, in load_entry_point
return ep.load()
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 2411, in load
return self.resolve()
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 2417, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/poretools-0.6.0-py3.7.egg/poretools/init.py", line 4, in
from Fast5File import *
ModuleNotFoundError: No module named 'Fast5File'
The text was updated successfully, but these errors were encountered:
yes, followed install instructs, yes, python 3.7:
$ poretools fastq --type fwd /Users/smwaters/Documents/Test-Run/single-fast-5/0 /Users/smwaters/Documents/Test-Run/Guppy-Fastq
Traceback (most recent call last):
File "/Users/smwaters/Documents/my_env/anaconda3/bin/poretools", line 11, in
load_entry_point('poretools==0.6.0', 'console_scripts', 'poretools')()
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 2793, in load_entry_point
return ep.load()
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 2411, in load
return self.resolve()
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/pkg_resources/init.py", line 2417, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/Users/smwaters/Documents/my_env/anaconda3/lib/python3.7/site-packages/poretools-0.6.0-py3.7.egg/poretools/init.py", line 4, in
from Fast5File import *
ModuleNotFoundError: No module named 'Fast5File'
The text was updated successfully, but these errors were encountered: