Describe the bug
When I try to run cellpose and load the dependencies, the program fails to import these dependencies.
To Reproduce
The program reports the following RuntimeError:
RuntimeError: module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000
I tried to downgrade my version of numpy, by uninstalling and installing 1.20.0 however, still this error occurs.
Has anyone encountered this as well and how did you resolve this issue?
Thank you in advance.
Describe the bug
When I try to run cellpose and load the dependencies, the program fails to import these dependencies.
To Reproduce
The program reports the following RuntimeError:
RuntimeError: module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000
I tried to downgrade my version of numpy, by uninstalling and installing 1.20.0 however, still this error occurs.
Has anyone encountered this as well and how did you resolve this issue?
Thank you in advance.