-
Notifications
You must be signed in to change notification settings - Fork 23
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
After pip install: ImportError: DLL load failed while importing _ITKCommonPython #154
Comments
I cannot reproduce this:
|
One possible course of action: manually remove all traces of ITK from your Python installation, then install using |
Thanks @dzenanz for trying to reproduce the error. It appears that it is related to the use of python through anaconda, but not to the mechanism of creating environments or the python version itself. More specifically, when I create a venv using the python executable in the conda installation I get the DLL error:
However, if I use the system python instead (note that the python version is exactly the same!), it works:
I will investigate it further, but any ideas are welcome! |
As in InsightSoftwareConsortium/ITKPythonPackage#194, I tested again with Side note - does it make sense to bump the minimum itk version for |
Hi @ntatsisk , glad to hear this has been resolved. Yes, we should bump |
Just checked at PR SuperElastix/elastix#762: SuperElastix/elastix builds fine with ITK tag v5.3.0 (no need to wait for PR SuperElastix/elastix#762 to be merged, it just works). |
Could you please help us out? We (@ViktorvdValk @ntatsisk, me) tried to pip install itk-elastix on Windows. It did work well with itk-elastix 0.12.0, but no longer with the latest version, 0.14.1 or 0.14.0. It might be a Windows issue...? See output from the Python terminal, below.
The text was updated successfully, but these errors were encountered: