-
Notifications
You must be signed in to change notification settings - Fork 2
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
question about installing the latest version of the Ibex analysis extension #61
Comments
Hello @lfyqr, This looks like you are installing on a system where there is no Python wheel available, so pip tries to build the project from the source code. This is strange as there are SimpleITK wheels for the most popular OS and Python versions. Please provide the OS and Python version you are using so that we can try to recreate the error. As a best guess, I will try to recreate the error using Windows 11 using anaconda Python 3.11 (possible because we are using the standalone approach and don't depend on what imaris supports). |
thanks a lot, Zivy. The python version we are using is 3.7.0 as suggested in the paper, the OS is windows 10 and version is 10.0.19042. I installed the extension last year (summer 2022) on the same computer and it was successful. |
Hello @lfyqr, OK, problem identified and the solution is simple. Cause: The support for Python 3.7.0 was removed in SimpleITK release 2.3.0. Solution (choose the one that is relevant for your case):
|
Thanks a lot, Zivy! it works! I just tried option 1, and changed the SimpleITK==2.2.1 in the yml file and works fine! I haven't got the chance to try option 2 yet, but will update here once I do. thanks again! |
Dear authors,
I encountered error msgs when installing the software recently. I just installed the standalone version. no matter using python or anaconda, it seems to have the same error during installation of not finding visual studio with note: This error originates from a subprocess, and is not likely not a problem with pip. ”, ERROR: failed building wheel for SimpleITK; Error: could not build wheels for SimpleITK, which is required to install pyproject.toml-based projects.
Would you pls give me some suggestions on that? thanks a lot!
I successfully installed the software last year with Python pip.
Best, Yu
The text was updated successfully, but these errors were encountered: