-
Notifications
You must be signed in to change notification settings - Fork 0
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
ClearMap gui error #6
Comments
Hey, |
To me it seems like an compiler error. Last time I had this issue it was useful to do the following: conda install -c conda-forge cxx-compiler |
Did approach number 1 work ? (As described in readme using compile.py) |
I could reproduce the error. The first compilation has to be executed in the ClearMap2 folder. It is necessary for the first compilation and afterwards ClearMap can be imported via software link. |
I got a different error message though: /home/stefan/anaconda3/envs/Clearmap_env/compiler_compat/ld: warning: /lib/x86_64-linux-gnu/libm.so.6: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0008002 During handling of the above exception, another exception occurred: Traceback (most recent call last): It seems this error occurs in combination with Ubuntu 22.04 as described in this issue: I used the follwing command to update some C-libraries in anaconda: I removed Clearmap_env and rebuilt it via conda: conda env remove -n Clearmap_env Finally, the compilation succeeded |
Finally I managed to run it. Not sure what helped, most probably a software link, because I didn't need to remember to copy folder - link provides always up to date files. |
From my point of view best option would be:
|
I did everything from scratch. Conclusions:
|
I follow the alternative start steps
File
/home/vlad/.pyxbld/temp.linux-x86_64-3.6/pyrex/ClearMap/ImageProcessing/Filter/Rank/RankCoreCode.cpp
indeed contains a single line#error Do not use this file, it is the result of a failed Cython compilation.
.For ClearMap2 I did compilation in 2 ways, both succeeded:
My system: "20.04.5 LTS (Focal Fossa)"inside WSL1.
Any suggestions?
The text was updated successfully, but these errors were encountered: