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

missing dependency #2

Open
nmeaux opened this issue Aug 23, 2020 · 1 comment
Open

missing dependency #2

nmeaux opened this issue Aug 23, 2020 · 1 comment

Comments

@nmeaux
Copy link

nmeaux commented Aug 23, 2020

Hello,

On a fresh new system one package is missing for clara to get it work :

# clara images create test
Traceback (most recent call last):
  File "/usr/bin/clara", line 69, in <module>
    from clara.utils import clara_exit, conf, initialize_logger
  File "/usr/lib/python2.7/dist-packages/clara/utils.py", line 43, in <module>
    import ClusterShell.NodeSet
ImportError: No module named ClusterShell.NodeSet
# apt-get install python-clustershell

rgds

Nicolas

@rezib
Copy link
Member

rezib commented Aug 24, 2020

Hi @nmeaux,

Thanks for the report!

Are you using Debian buster?

Actually, clara-plugins-images depends on clara-core which depends on clustershell. The later brings clustershell python2 library up to stretch, but depends on python3-clustershell on Debian buster. We do not support Clara nor provide packages on Debian buster scibian10 yet. If so, we will deliver the python3 version of clara, and no additional fix is required for clara.

kamedodji added a commit that referenced this issue Jan 11, 2024
Merge pull request #140 from kamedodji/master
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