Skip to content

MSColab fails to start due to ImportError #2756

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

Open
divyaajainn opened this issue Mar 31, 2025 · 2 comments
Open

MSColab fails to start due to ImportError #2756

divyaajainn opened this issue Mar 31, 2025 · 2 comments

Comments

@divyaajainn
Copy link
Contributor

Description:
When starting MSColab using:
python mslib/mscolab/mscolab.py start

the following error is raised:
ImportError: cannot import name 'ParameterSource' from 'click.core'

Image

Steps to Reproduce:

  1. Set up a development environment.
  2. Run python mslib/mscolab/mscolab.py start.

Expected Behavior:
MSColab should start successfully.

Actual Behavior:
Startup fails with an ImportError related to click.

@ReimarBauer
Copy link
Member

ReimarBauer commented Mar 31, 2025

@divyaajainn which click version do you have on windows?

The current lock file https://github.com/Open-MSS/MSS/blob/develop/pixi.lock#L40 shows it as 8.1.8 and as noarch.

Is your branch in sync with origin?

@divyaajainn
Copy link
Contributor Author

click version: 7.1.2
even though the branch is in sync with origin.

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