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

UPDATE! numerous issues solved #6

Open
dkopinke opened this issue Jan 7, 2022 · 0 comments
Open

UPDATE! numerous issues solved #6

dkopinke opened this issue Jan 7, 2022 · 0 comments

Comments

@dkopinke
Copy link

dkopinke commented Jan 7, 2022

Happy New Year to everyone! We are aware of a couple of issues, which are due to some recent updates in some of the axillary dependencies. See below for more details. Happy segmenting!

1) Runtime error
As you can see below on the screenshot, when installing Cellpose a runtime error occurs. Just click "restart runtime" and then confirm in the pop window, will resolve the issue.

3

2) ImportError ‘_registerMatType’
A newer version of open cv got installed, which was incompatible.

1

Just running the command line below right before "!pip install Cellpose" will resolve the issue!

!pip install "opencv-python-headless<4.3" --copy/paste into your notebook. Feel free to contact me and I can also send you an updated Colab file (dkopinke at ufl dot edu).

2

3) Value Error
After running the "import numpy" box, we do notice a value error (see below). However, this does not affect segmentation.

4

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

1 participant