Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named cli #16

Open
dawe opened this issue Mar 23, 2020 · 1 comment
Open

ImportError: No module named cli #16

dawe opened this issue Mar 23, 2020 · 1 comment

Comments

@dawe
Copy link

dawe commented Mar 23, 2020

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
    return ep.load()
  File "/home/dcittaro/miniconda3/envs/pyclone2/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.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?

@xiasijian
Copy link

image

The same error for me, how do you slove it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants