Error fixed with a reinstall of PostGIS. See conclusion of https://groups.google.com/forum/#!topic/archesproject/M_s3hEV58bA.
On Monday, September 4, 2017 at 2:21:08 AM UTC-5, [email protected] wrote: > > I have done install it following the instructions in arches hip and arches > 3 . I have also used the file Ubuntu_trusty.sh to install the dependency so > no Idea of how the database work. Please help me as I cant move forward > with my learning. > > I have used pip install arches==3.1.2 > > It still shows the same error. > > ProgrammingError at /resources/HERITAGE_RESOURCE.E18/location/ > > relation "geometries" does not exist > LINE 1: UPDATE "geometries" SET "val" = ST_GeomFromEWKB(E'\\x0101000... > > > On Friday, 4 August 2017 08:39:29 UTC+5:30, Adam Cox wrote: >> >> Hi Shiva, both of these errors sound like the arches database did not >> install correctly. Could you describe how you installed the software? One >> thing to keep in mind is that the default arches release on pypi (which is >> where pip finds arches) is 4.0.0. So, if you need to reinstall version 3, >> you should use >> pip install arches==3.1.2 >> >> Adam >> >> On Wed, Aug 2, 2017 at 11:28 AM, <[email protected]> wrote: >> >>> The map is also not visible. Can someone guide me with this. >>> >>> >>> On Tuesday, 1 August 2017 23:03:19 UTC+5:30, [email protected] >>> wrote: >>>> >>>> I had run this command after the installation :--- manage.py packages >>>> -o load_concept_scheme >>>> -s >>>> /home/isi/archesproject/ENV/lib/python2.7/site-packages/arches_hip/source_data/sample_data/concepts/sample_authority_files >>>> >>>> and also I have made changes here and* added* the this path : >>>> >>>> CONCEPT_SCHEME_LOCATIONS = ( >>>> # Put strings here, like "/home/data/authority_files" or >>>> "C:/data/authority_files". >>>> # Always use forward slashes, even on Windows. >>>> # Don't forget to use absolute paths, not relative paths. >>>> >>>> # 'absolute/path/to/authority_files', >>>> # os.path.join(PACKAGE_ROOT, 'source_data', 'sample_data', >>>> 'concepts', 'sample_authority_files'), >>>> >>>> >>>> */home/isi/archesproject/ENV/lib/python2.7/site-packages/arches_hip/source_data/sample_data/concepts/sample_authority_files* >>>> ) >>>> >>>> and then reinstall it. >>>> >>>> >>>> On Tuesday, 1 August 2017 22:46:04 UTC+5:30, [email protected] >>>> wrote: >>>>> >>>>> While uploading data I came through this error. The map is also not >>>>> appearing. >>>>> >>>>> Error shows : >>>>> ProgrammingError at >>>>> /resources/HERITAGE_RESOURCE.E18/location/ba27e160-1f7b-4ea9-9217-ea331e8f9a8a >>>>> >>>>> relation "geometries" does not exist >>>>> LINE 1: UPDATE "geometries" SET "val" = ST_GeomFromEWKB('\x010100002... >>>>> ^ >>>>> >>>>> Request Method: POST >>>>> Request URL: >>>>> http://drtc.isibang.ac.in:4001/resources/HERITAGE_RESOURCE.E18/location/ba27e160-1f7b-4ea9-9217-ea331e8f9a8a >>>>> Django Version: 1.6.2 >>>>> Exception Type: ProgrammingError >>>>> Exception Value: >>>>> >>>>> relation "geometries" does not exist >>>>> LINE 1: UPDATE "geometries" SET "val" = ST_GeomFromEWKB('\x010100002... >>>>> ^ >>>>> >>>>> Exception Location: >>>>> /home/isi/archesproject/ENV/local/lib/python2.7/site-packages/django/db/backends/util.py >>>>> >>>>> in execute, line 53 >>>>> Python Executable: /home/isi/archesproject/ENV/bin/python >>>>> Python Version: 2.7.6 >>>>> Python Path: >>>>> >>>>> ['/home/isi/archesproject/vanaras_hip', >>>>> '/home/isi/archesproject/ENV/lib/python2.7', >>>>> '/home/isi/archesproject/ENV/lib/python2.7/plat-x86_64-linux-gnu', >>>>> '/home/isi/archesproject/ENV/lib/python2.7/lib-tk', >>>>> '/home/isi/archesproject/ENV/lib/python2.7/lib-old', >>>>> '/home/isi/archesproject/ENV/lib/python2.7/lib-dynload', >>>>> '/usr/lib/python2.7', >>>>> '/usr/lib/python2.7/plat-x86_64-linux-gnu', >>>>> '/usr/lib/python2.7/lib-tk', >>>>> '/home/isi/archesproject/ENV/local/lib/python2.7/site-packages', >>>>> '/home/isi/archesproject/ENV/lib/python2.7/site-packages', >>>>> '/home/isi/archesproject/ENV/local/lib/python2.7/site-packages/arches'] >>>>> >>>>> Server time: Tue, 1 Aug 2017 12:17:49 -0500 >>>>> >>>> -- >>> -- 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. >>> >> >> -- -- 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.
