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
Hi, I have installed PyClone following instructions, through miniconda. Apparently it doesn't start as it cannot load properly subpackages:
$ PyClone
Traceback (most recent call last):
File "/home/dcittaro/miniconda3/envs/pyclone2/bin/PyClone", line 11, in<module>
load_entry_point('PyClone==0.13.1', 'console_scripts', 'PyClone')()
File "/home/dcittaro/miniconda3/envs/pyclone2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/dcittaro/miniconda3/envs/pyclone2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
returnep.load()
File "/home/dcittaro/miniconda3/envs/pyclone2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2443, in load
returnself.resolve()
File "/home/dcittaro/miniconda3/envs/pyclone2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named cli
Has anybody experienced something similar?
The text was updated successfully, but these errors were encountered:
Hi, I have installed PyClone following instructions, through miniconda. Apparently it doesn't start as it cannot load properly subpackages:
Has anybody experienced something similar?
The text was updated successfully, but these errors were encountered: