<div dir="ltr"><div>As a note: the `/include` came about due to a mistake with the environment variables. So, the fact that a `sudo make install` even works is just papering over the original mistake.<br><br></div>Ben Root<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 7, 2017 at 12:58 PM, Julian Gethmann <span dir="ltr"><<a href="mailto:mail.python.org@gethmann.org" target="_blank">mail.python.org@gethmann.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hallo,<br>
<br>
You are not allowed to create the directory /include as a normal user, because it is under / which is owned by root. If you really want to install it to this location you need to become super user first.<br>
So the last `make install` should be an `sudo make install`.<br>
<br>
But I would also stick to Paul Hobson's solution of using conda [1] or in your case homebrew [2].<br>
<br>
[1] <a href="https://www.continuum.io/downloads" rel="noreferrer" target="_blank">https://www.continuum.io/downl<wbr>oads</a><br>
[2] <a href="https://brew.sh/" rel="noreferrer" target="_blank">https://brew.sh/</a><br>
<br>
Best regards,<br>
Julian<div><div class="h5"><br>
<br>
On 07/17/2017 08:30 AM, Ahlam Al Qasim wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
To whom it may concern,<br>
<br>
I hope this email finds you well. I am trying to get the Basemap package on<br>
my mac, and have been following the instructions based on this webpage:<br>
<a href="https://matplotlib.org/basemap/users/installing.html" rel="noreferrer" target="_blank">https://matplotlib.org/basemap<wbr>/users/installing.html</a>. I don't have GEOS<br>
already installed so I tried following steps on the website to download it<br>
with Basemap:<br>
<br>
cd geos-3.3.3<br>
export GEOS_DIR=<where you want the libs and headers to go><br>
# A reasonable choice on a Unix-like system is /usr/local, or<br>
# if you don't have permission to write there, your home directory.<br>
./configure --prefix=$GEOS_DIR<br>
make; make install<br>
<br>
<br>
However, I am getting errors at the third step (make; make install).<br>
Attached is a copy of what I get on my python console, if it helps. I think<br>
the error occurs when trying to create the /include directory, but I'm not<br>
sure how to fix it. I'm still new to python so any help would be much<br>
appreciated!<br>
<br>
Best regards,<br>
Ahlam Al Qasim<br>
<br>
<br>
<br></div></div><span class="">
______________________________<wbr>_________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailma<wbr>n/listinfo/matplotlib-users</a><br>
<br>
</span></blockquote><div class="HOEnZb"><div class="h5">
<br>
______________________________<wbr>_________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailma<wbr>n/listinfo/matplotlib-users</a><br>
</div></div></blockquote></div><br></div>