-
-
Notifications
You must be signed in to change notification settings - Fork 64
ImportError: DLL load failed #175
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
Comments
Please use a dedicated environment, eg:
If this doesn't help, please post the output of
and
|
It works like a charm in its own environment. Is there any compatibility problem or conflict with preinstalled libs if I try to install it in the root? Thanks again. |
Glad it worked! Installing in root environment is not recommended due to possible clash with defaults-packages. @ocefpaf surely has a more in-depth answer for you. |
Thanks again for your time and explanation. |
Yep. That is pretty much it 😄 Take a look at the docs on the matter and let us know if it is clear enough. (This problem is so common that we could use a review, and maybe rewrite, of the docs.) https://conda-forge.org/docs/conda-forge_gotchas.html#using-multiple-channels |
x2 😄 |
Hi all,
I'm having problems installing
gdal
on a W7 32 bits box.Python 3.6.1 | packaged by conda-forge | (default, May 23 2017, 14:20:21) [MSC v.1900 32 bit (Intel)]
When I try to import it:
from osgeo import gdal
I get the following
ImportError
:Thanks for the hard work.
The text was updated successfully, but these errors were encountered: