Closed kalenkovich closed 3 years ago
Tried to reproduce this branch locally, but after snakemake all --cores 1
it returns an error:
Traceback (most recent call last):
File "E:\Egor_Levchenko\Software\Miniconda\envs\reproduction\lib\site-packages\snakemake\__init__.py", line 593, in snakemake
workflow.include(
File "E:\Egor_Levchenko\Software\Miniconda\envs\reproduction\lib\site-packages\snakemake\workflow.py", line 1087, in include
if is_local_file(snakefile):
File "E:\Egor_Levchenko\Software\Miniconda\envs\reproduction\lib\site-packages\snakemake\common.py", line 65, in is_local_file
from smart_open import parse_uri
ImportError: cannot import name 'parse_uri' from 'smart_open' (E:\Egor_Levchenko\Software\Miniconda\envs\reproduction\lib\site-packages\smart_open\__init__.py)
I've checked if smart_open is installed and it is with version 1.9.0, but I guess the problem is somewhere else.
Do you have any ideas?
@levchenkoegor, have you checked this one?
Yea, can be merged
Problems:
We can try to deal with these problems now or create an issue to be dealt with later.