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

Is there a way to force install Cellpose 2? If version is not specified, it installs Cellpose 3. #1067

Open
rmd13 opened this issue Nov 27, 2024 · 1 comment
Labels
install install help

Comments

@rmd13
Copy link

rmd13 commented Nov 27, 2024

Is there a way to force install Cellpose 2? If version is not specified, it installs Cellpose 3.

            python -m pip install cellpose[gui]
            python -m pip install cellpose --upgrade

Thanks.

@rmd13 rmd13 added the install install help label Nov 27, 2024
@rmd13 rmd13 changed the title [INSTALL] Is there a way to force install Cellpose 2? If version is not specified, it installs Cellpose 3. Nov 27, 2024
@lguerard
Copy link

lguerard commented Dec 3, 2024

You should be able to indicate which version you want to install by using python -m pip install cellpose[gui]==2.3.2

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

No branches or pull requests

2 participants