-
Notifications
You must be signed in to change notification settings - Fork 10
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
installation issues with cmake on windows #61
Comments
Follow-up comment, if I install
I'm on a mac M1 |
If I try to install from source (using windows now as this is where I get most powerful GPU) I now can build and install but I get an error when loading clusterer:
would it be possible to have some help with the installation? |
Hi @clementhelsens, thanks for reporting the issue. Based on the last error that you showed it looks like there was an error during compilation and it was unable to generate the binding modules. Can you try to install with the verbose flag, in order to get more details? Thanks |
Thanks @sbaldu , sure I can try, but not sure how to do it. Maybe you could outline a full installation procedure from source that I could follow to make sure we are on the same page ? |
Your changes to the building commands are ok. If you are installing it from source you should be able to do it by simply cloning the repository recursively and running |
Thanks @sbaldu. (EDIT Oct 1st) Here is what I'm doing, still no luck
Edit then
but in the python prompt
I'm using python 3.12, not sure if that could be problematic. Full install log attached: |
Hi @clementhelsens, a little update. I'm trying to reproduce the error but I haven't been able to do so. On linux it works even using conda. |
Hi @sbaldu , |
The problem seems to be with MSVC, I'm working on finding the cause. In the meantime I'd suggest trying to use WSL if possible. |
Thanks @sbaldu , I'll give it a try. I'm not very familiar with windows, but that's what's the lab I'm in is using, so no choice...
by
and (1 example out of several)
by
also the symlinks Finally as the librairies are not Thanks for the support! |
Small update, with WSL it does work out of the box |
I'm glad to hear it. If you have any questions feel free to ask. Thanks also for pointing out the problems with the CMake file. We developed it with Linux in mind, but I'll fix them ASAP in order to make it work on Windows as well. |
On that topic, I just sent you an email to ask you some help about the clustering itself using 3D images :) |
hello,
I'm trying to use this tool to cluster pixels in living embryos movies, the idea is to use it to segment cells from fluorecent signal in 3d. But I'm already hitting installation issues. What I did:
and the error is:
while if I open python prompt and try
from cmake import cmake
it works just finea
which cmake
gives~/miniconda3/envs/3d_clue/bin/cmake
any idea of what's going on?
thanks in advance
The text was updated successfully, but these errors were encountered: