hey, thanks for the content. I have a problem in Django project. I installed gdal wheel in my env successfully but I can't find osgeo folder in env/libs/site-packages
Thank you so much! I was just wondering how I could now access gdal in my IDE like Jupyter notebooks? Following your steps I was able to install it using pip but I don't know how to proceed. Thanks!
Now that you have it installed, check out the Python documentation for how to use GDAL. You can also check out my GDAL course at geospatialschool.com for in-depth instruction.
Thank you for this guide. I installed the gdal successfully. But when I run: py manage.py runserver, it can't. The message is below: ----- File "..\mymap\mymap_venv\lib\site-packages\django\contrib\gis\gdal\libgdal.py", line 46, in raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal302", "gdal301", "gdal300", "gdal204", "gdal203", "gdal202", "gdal201", "gdal20" ). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings. ----- Any suggestions, please?
Hello I did sucssesfully make every step. When I did open spyder and want to use the module I am getting an error, that I cannot find GDAL/OGR modules. What did I wrong?
Did the installation complete without errors? Did you install the appropriate wheel for system architecture? And are you using the environment where gdal was installed? Have you tried both from osgeo import gdal and import gdal?
Hi thanks I did the work steps. But when I write the import GDAL, it does not work like the error you encountered and that the rasterio library is connected to the gdal library and says that because gdal is not installed, the rastrio will not be installed. While I did your method, gdal was successfully installed
You singlehandedly restored my faith in instructional youtube videos! Clear and to the point, no hidden steps.
Thanks!
You can't start from within a conda env and say that there were no 'hidden steps' lol
Thanks for your videos, you were important for my learning python. I hope you continue to bless others with your knowledge. Thanks from Brazil
You are very welcome
Thanks, really helped out a ton. Wish I found this hours ago before all of the suffering
Glad it was helpful!
yes finally solved after roaming from forum to forums..... you are saving humanity one successful installation at a time!
haha, thanks
now THIS is content 👏👏👏 a comprehensive guide on this topic is hard to find. i usually end up just subprocessing the exe's
Hello, is there a wheel for linux? I use Ubuntu 18.04 with python 3.8
Thanks god!!! Brazil loves you!!!!!
Is there also a wheel for mac? I got an error "error: command 'gcc' failed with exit status 1" when I tried pip or brew install on mac
You are a genius. you saved my project. Thankyou
Glad I could help
i use python 3.9 but it said that this GDAL is not supported wheel for this platform :( Can you help me? Thank you.
same here
same here
@@M94-24 same here
You would have downloaded a wrong file...
If you have python 3.9 then your file should have cp-39 in it
Thanks a lot for your help! You saved me from some additional headaches.
You're welcome!
Hi Sir! Massive thanks to you for sharing this video. Finally, I can install gdal.
Happy to help!
Is it necessary to install Conda to use GDAL, or can I install it directly in Python to call it as a regular library in Visual Studio?"
Simple, easy to understand, effective.
Thanks heaps! this saved me a bunch of time and frustration
You're welcome! Glad it helped
Good vid. But as everywhere this site not working now
hey, thanks for the content.
I have a problem in Django project.
I installed gdal wheel in my env successfully but I can't find osgeo folder in env/libs/site-packages
Thank you so much! I was just wondering how I could now access gdal in my IDE like Jupyter notebooks? Following your steps I was able to install it using pip but I don't know how to proceed. Thanks!
Now that you have it installed, check out the Python documentation for how to use GDAL. You can also check out my GDAL course at geospatialschool.com for in-depth instruction.
Great video, just what I needed; kept me from additional head-banging. Thanks!
Glad it helped!
Thank you for this guide. I installed the gdal successfully.
But when I run: py manage.py runserver, it can't.
The message is below:
-----
File "..\mymap\mymap_venv\lib\site-packages\django\contrib\gis\gdal\libgdal.py", line 46, in raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal302", "gdal301", "gdal300", "gdal204", "gdal203", "gdal202", "gdal201", "gdal20"
). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
-----
Any suggestions, please?
Hi. Any solution ?
This is LEGENDARY! Thank you so so much!!!
The website is down now, where can i get it now? edit: i found it another one thanks!(maybe ill just trial and error this)
Wow man! You are a genius! My problem was solved perfectly. Lot of thanks
You're welcome!
This was perfect, thank you for making the video
You're very welcome!
thank for your video,but not this wheel website is not support😢
Hi, The above GDAL installation seems to be for Window machine only, Do you have the similar installation video for linux machine?
With linux you *should* be able to install directly with pip
thanks man, you've made my day
Glad I could help
Hello
I did sucssesfully make every step. When I did open spyder and want to use the module I am getting an error, that I cannot find GDAL/OGR modules. What did I wrong?
Is spyder using the same python installation or environment where you installed gdal?
Hello, do you know how can I import this to the AWS lambda layer?
now i have the problem with "No module named 'osgeo'" what i have to do?
Thank you for this video. it is so helpful to me.
Glad it was helpful!
ModuleNotFoundError: No module named 'gdal'
I followed your steps but it is not solved yet. what should I do !?
Did the installation complete without errors? Did you install the appropriate wheel for system architecture? And are you using the environment where gdal was installed? Have you tried both from osgeo import gdal and import gdal?
Hi thanks
I did the work steps. But when I write the import GDAL, it does not work like the error you encountered and that the rasterio library is connected to the gdal library and says that because gdal is not installed, the rastrio will not be installed. While I did your method, gdal was successfully installed
You also need to install rasterio from a wheel file. If you just do `pip install rasterio` it won't work.
Wow, solved my problem! Thanks!!
You're welcome!
Hi .What can do for Installing Fiona in the same
Nice, thank you man
You bet
Thank you very much for such a nice video
You're welcome!
4:59 it keeps giving me this error (ERROR: GDAL-3.4.3-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.)
Make sure you have the correct wheel file for your python version and operating system
Thanks a lot! It worked.
You're welcome!
Thank u, appreciate it!!
No problem!
Saved me.
GREAT!!!
Thanks for the Video
ERROR: GDAL-3.1.4-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform. I followed you step by step but i got this error message :(
You may have downloaded the incorrect wheel for your system.
@@geospatialschool how can i then? please give me solution 🙏
good info thanks for sharing
thanks a lot~
Thank you!
You're welcome!
Nice video
Thanks
Thanks :))))))))))
gracias!
Thanks a lot
Most welcome
👏👏
Nice
Thanks
GDAL-3.4.3-cp38-cp38-win_amd64.whl works for me in Windows 7 x64, pip version 21.1.1, python 3.8.10.