Hi Piyush, it looks like an issue with GDAL. Can you confirm that you have set your GDAL library path, as described in step #6 here <http://arches-hip.readthedocs.io/en/latest/getting-started/#installating-arches-hip> ?
On Sat, May 14, 2016 at 3:36 AM, Piyush Shah <[email protected]> wrote: > Hi, > > I am trying to install arches from couple of week but no success I am > facing same same installation again and again at* #7. Install > ElasticSearch* > > Following error is occurring: > > *(CHAMP) PS C:\CHAMP\CHAMP_HIP> python manage.py packages -o > setup_elasticsearch* > *Traceback (most recent call last):* > * File "manage.py", line 28, in <module>* > * execute_from_command_line(sys.argv)* > * File "C:\CHAMP\lib\site-packages\django\core\management\__init__.py", > line 399, in execute_from_command_line* > * utility.execute()* > * File "C:\CHAMP\lib\site-packages\django\core\management\__init__.py", > line 392, in execute* > * self.fetch_command(subcommand).run_from_argv(self.argv)* > * File "C:\CHAMP\lib\site-packages\django\core\management\__init__.py", > line 272, in fetch_command* > * klass = load_command_class(app_name, subcommand)* > * File "C:\CHAMP\lib\site-packages\django\core\management\__init__.py", > line 75, in load_command_class* > * module = import_module('%s.management.commands.%s' % (app_name, > name))* > * File "C:\CHAMP\lib\site-packages\django\utils\importlib.py", line 40, > in import_module* > * __import__(name)* > * File > "C:\CHAMP\lib\site-packages\arches\management\commands\packages.py", line > 28, in <module>* > * from arches.app.utils.data_management.resources.importer import > ResourceLoader* > * File > "C:\CHAMP\lib\site-packages\arches\app\utils\data_management\resources\importer.py", > line 11, in <module>* > * from arches.app.models.entity import Entity* > * File "C:\CHAMP\lib\site-packages\arches\app\models\entity.py", line 22, > in <module>* > * import arches.app.models.models as archesmodels* > * File "C:\CHAMP\lib\site-packages\arches\app\models\models.py", line 31, > in <module>* > * from django.contrib.gis.db import models* > * File > "C:\CHAMP\lib\site-packages\django\contrib\gis\db\models\__init__.py", line > 8, in <module>* > * from django.contrib.gis.db.models.manager import GeoManager* > * File > "C:\CHAMP\lib\site-packages\django\contrib\gis\db\models\manager.py", line > 2, in <module>* > * from django.contrib.gis.db.models.query import GeoQuerySet* > * File > "C:\CHAMP\lib\site-packages\django\contrib\gis\db\models\query.py", line 6, > in <module>* > * from django.contrib.gis.db.models.fields import get_srid_info, > PointField, LineStringField* > * File > "C:\CHAMP\lib\site-packages\django\contrib\gis\db\models\fields.py", line > 4, in <module>* > * from django.contrib.gis import forms* > * File "C:\CHAMP\lib\site-packages\django\contrib\gis\forms\__init__.py", > line 2, in <module>* > * from .fields import (GeometryField, GeometryCollectionField, > PointField,* > * File "C:\CHAMP\lib\site-packages\django\contrib\gis\forms\fields.py", > line 11, in <module>* > * from django.contrib.gis.geos import GEOSException, GEOSGeometry, > fromstr* > * File "C:\CHAMP\lib\site-packages\django\contrib\gis\geos\__init__.py", > line 13, in <module>* > * from .geometry import GEOSGeometry, wkt_regex, hex_regex* > * File "C:\CHAMP\lib\site-packages\django\contrib\gis\geos\geometry.py", > line 14, in <module>* > * from django.contrib.gis.gdal.error import SRSException* > * File "C:\CHAMP\lib\site-packages\django\contrib\gis\gdal\__init__.py", > line 41, in <module>* > * from django.contrib.gis.gdal.driver import Driver* > * File "C:\CHAMP\lib\site-packages\django\contrib\gis\gdal\driver.py", > line 5, in <module>* > * from django.contrib.gis.gdal.prototypes import ds as capi* > * File > "C:\CHAMP\lib\site-packages\django\contrib\gis\gdal\prototypes\ds.py", line > 8, in <module>* > * from django.contrib.gis.gdal.libgdal import lgdal* > * File "C:\CHAMP\lib\site-packages\django\contrib\gis\gdal\libgdal.py", > line 47, in <module>* > * lgdal = CDLL(lib_path)* > * File "C:\Python27\Lib\ctypes\__init__.py", line 365, in __init__* > * self._handle = _dlopen(self._name, mode)* > *WindowsError: [Error 126] The specified module could not be found* > > Can some one help me how to solve this error. > > > Thanks & Regards > > > Piyush Shah > > -- > -- 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.
