Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while trying to install GDAL using pip and easy_install with Python2.7 on Ubuntu 12.10

My Error is

__main__.gdal_config_error: [Errno 2] No such file or directory

I get this while trying to install GDAL using pip and easy_install with Python2.7 on Ubuntu 12.10.

like image 488
Prabhakar Arasavelli Avatar asked Dec 04 '25 14:12

Prabhakar Arasavelli


2 Answers

try this:

sudo apt-get install python-gdal

like image 176
Otto Avatar answered Dec 07 '25 07:12

Otto


Try this:

sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install gdal

Source

like image 43
marty bourque Avatar answered Dec 07 '25 07:12

marty bourque



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!