-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I tried to install shorah via bioconda (conda install -c biconda shorah) and executing shorah will give the following error:
`pkg_resources.DistributionNotFound: The 'shorah' distribution was not found and is required by the application
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File .../miniconda3/envs/shorah/bin/shorah", line 11, in
from shorah.cli import main
File ".../miniconda3/envs/shorah/lib/python3.6/site-packages/shorah/cli.py", line 53, in
with open(os.path.join(base_dir, '.version'), 'r') as version_file:
FileNotFoundError: [Errno 2] No such file or directory: '..../miniconda3/envs/shorah/.version'
`
Reactions are currently unavailable