-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
DLL load failed - fresh python 3.7 environment #269
Comments
On Windows, because conda-forge relies on some package built with One can do that with:
Then you can try to re-install your stack. Note that on Linux and OS X we recommend the opposite order of channels. |
@ocefpaf That solved the issue. Thank you! |
Hello @ocepaf, I am facing the same issue however is there a way to resolve this without conda? |
This is the conda package for gdal, so no. There is no way to solve it without conda :-) |
Issue: DLL load failed - fresh python 3.7 environment
Installing the latest anaconda on windows 10 (Anaconda3-2018.12-Windows-x86_64.exe)
Then:
$conda create -n gdal python=3.7
$conda activate gdal
$conda config --add channels conda-forge
$conda install gdal libgdal
$python
>>>import gdal
Environment (
conda list
):Details about
conda
and system (conda info
):Error:
Any method to run gdal will be of great help :)
The text was updated successfully, but these errors were encountered: