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
Traceback (most recent call last):
File "/scratch/schrat01/gff3_toembl_env/bin/gff3_to_embl", line 4, in <module>
__import__('pkg_resources').run_script('gff3toembl==1.1.4', 'gff3_to_embl')
File "/scratch/schrat01/gff3_toembl_env/lib/python3.7/site-packages/pkg_resources/__init__.py", line 66
6, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/scratch/schrat01/gff3_toembl_env/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1460, in run_script
exec(script_code, namespace, namespace)
File "/scratch/schrat01/gff3_toembl_env/lib/python3.7/site-packages/gff3toembl-1.1.4-py2.7.egg/EGG-INFO/scripts/gff3_to_embl", line 8, in <module>
File "/scratch/schrat01/gff3_toembl_env/lib/python3.7/site-packages/gff3toembl-1.1.4-py2.7.egg/gff3toembl/EMBLWriter.py", line 3, in <module>
ModuleNotFoundError: No module named 'gt'
I created the environment with conda create -p gff3_toembl_env/ bioconda::gff3toembl.
Conda installed python 3.7 in that environment - does that work with the py2.7.egg ?
Installed via bioconda, got the following error:
I created the environment with
conda create -p gff3_toembl_env/ bioconda::gff3toembl
.Conda installed python 3.7 in that environment - does that work with the py2.7.egg ?
The text was updated successfully, but these errors were encountered: