Looks like your postGIS didn't install properly. 
I usually install it this way on Linux, perhaps you can try it on your 
macbook:

cd /tmp
wget http://download.osgeo.org/postgis/source/postgis-2.1.3.tar.gz
tar xfvz postgis-2.1.3.tar.gz
cd /tmp/postgis-2.1.3
./configure
make
make install
ldconfig
make comments-install
ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/shp2pgsql
ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/pgsql2shp
ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/raster2pgsql



On Wednesday, 11 May 2016 13:08:33 UTC-4, Alexei Peters wrote:
>
> Can you share the output of the console when you run "pip install arches"?
> -Alexei
>
>
> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173
>
> On Wed, May 11, 2016 at 5:53 AM, Basav Biradar <[email protected] 
> <javascript:>> wrote:
>
>> Dear Adam, Alison,
>>
>> We are thinking of using Arches software for heritage management in our 
>> non-profit organisation. We mainly work in the architectural conservation 
>> area.
>>
>> I tried installing the Arches project on my personal Macbook Air. Here is 
>> a timeline of the events - 
>>
>> - Installed PostgreSQL relational database version 9.3
>> - Installed PostGIS version 2.0 for PostGreSQL version 9.3
>> - Installed Python 2.76
>> - Downloaded GEOS (It is a zipped Tar file from 
>> http://trac.osgeo.org/geos/) and unzipped it in a folder
>> - Ran command "$ pip install virtualenv==1.11.4",  "$ virtualenv ENV" 
>> and "$ source ENV/bin/activate" successfully
>> - I could see (ENV)
>> - Ran the command " pip install arches" but it did not work
>> - downloaded Arches code from github
>> - Ran the command "pip install arches_hip" and it threw an error "PostGIS 
>> module not found"
>>
>> Can you please help me?
>>
>> Are there any more detailed steps documented somewhere? I do not have any 
>> experience with Python and I am not a system administrator. 
>>
>> It will be great if someone can send me very detailed steps. The command 
>> "pip install arches" kept giving me an error which said "arches directory 
>> not found". Does it mean I have to download the arches code from github 
>> into the same folder before running this command? 
>>
>> Any help will be greatly appreciated.
>>
>> Thanks
>> Basav
>>
>> -- 
>> -- To post, send email to [email protected] <javascript:>. To 
>> unsubscribe, send email to [email protected] <javascript:>. 
>> For more information, visit 
>> https://groups.google.com/d/forum/archesproject?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Arches Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to