You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Hello, does anyone install/update SimpleElastix recently on windows? Any suggestion on which branch I should use.
I tried the "master", "develop", and "azure-ci-simpleitk" branches, but unfortunately none of them works for me.
The latest test is on "develop" branch to avoid an error in OpenJPEG #425
I build with VS2019 without error (following figure)
However I was stopped at the last step with error ** DLL load failed while importing _SimpleITK: The specified module could not be found.**. I tried to debug following #372
I do not have any other file in SimpleITK-build\Wrapping\Python\Packaging except for "setup.py.in"
there is no _SimpleITK.pyd in SimpleITK-build\Wrapping\Python, while there is a _SimpleITK.pyd in SimpleITK-build\Wrapping\Python\SimpleITK. I tried by adding this folder with sys.path.append(). I was able to find the SimpleITK.py file but it does not work for _SimpleITK.pyd.
Can any one give some suggestions? An old version dates back to 1-2 years ago would also work for me.
Thank you in advance!
Package used:
windows 10, VS2019, CMake 3.21.0-rc3, Anaconda3-2021.05-Windows-x86_64
The text was updated successfully, but these errors were encountered:
davidweioct
changed the title
Suggested branch for SimpleElastix
Suggested branch for SimpleElastix (DLL load failed while importing _SimpleITK)
Jul 14, 2021
Hello, does anyone install/update SimpleElastix recently on windows? Any suggestion on which branch I should use.
I tried the "master", "develop", and "azure-ci-simpleitk" branches, but unfortunately none of them works for me.
The latest test is on "develop" branch to avoid an error in OpenJPEG #425
I build with VS2019 without error (following figure)
However I was stopped at the last step with error ** DLL load failed while importing _SimpleITK: The specified module could not be found.**. I tried to debug following #372
I do not have any other file in SimpleITK-build\Wrapping\Python\Packaging except for "setup.py.in"
there is no _SimpleITK.pyd in SimpleITK-build\Wrapping\Python, while there is a _SimpleITK.pyd in SimpleITK-build\Wrapping\Python\SimpleITK. I tried by adding this folder with sys.path.append(). I was able to find the SimpleITK.py file but it does not work for _SimpleITK.pyd.
Can any one give some suggestions? An old version dates back to 1-2 years ago would also work for me.
Thank you in advance!
Package used:
windows 10, VS2019, CMake 3.21.0-rc3, Anaconda3-2021.05-Windows-x86_64
The text was updated successfully, but these errors were encountered: