Hi Mike, unfortunately, it does sound like the Python version is the issue. Others (and I) have had trouble trying to use 2.7.8, which you can see in this thread <https://groups.google.com/forum/#!searchin/archesproject/python$202.7.8%7Csort:relevance/archesproject/NbTy1lHuMoQ/EGXC_aewEgAJ> .
It may be worth trying to set up a remote server on AWS or Digital Ocean, if you are just trying to make a test installation. If you are stuck with Windows and Python 2.7.8 for your production installation, I think you'll have to wait for the v4 release, because that version of Arches will likely work with 2.7.x. Good luck, Adam On Wednesday, November 30, 2016 at 5:57:01 PM UTC-6, Mike Wynne wrote: > > I'm following these instructions > <http://arches-hip.readthedocs.io/en/latest/getting-started/>to install > Arches-HIP. When I get to the ElasticSearch install I get the following > error and my folder structure does not look like the documentation. > Anybody have any suggestions? I'm using Windows and Python 2.7.8, I don't > have a server available with 2.7.6, could this be the issue? > > Also, I added *GDAL_LIBRARY_PATH = "C:\OSGeo4W64\bin\gdal201.dll" *to the > settings.py, there were 4 of these DLLs in the folder so I entered > gdal201.dll which was the most recent. Does it matter which of these I use? > > Many thanks! Mike > > (ENV) E:\arches-web\CCSFResources>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 > "E:\arches-web\ENV\lib\site-packages\django\core\management\__init__.py", > line 399, in execute_from_command_line > utility.execute() > File > "E:\arches-web\ENV\lib\site-packages\django\core\management\__init__.py", > line 392, in execute > self.fetch_command(subcommand).run_from_argv(self.argv) > File > "E:\arches-web\ENV\lib\site-packages\django\core\management\__init__.py", > line 272, in fetch_command > klass = load_command_class(app_name, subcommand) > File > "E:\arches-web\ENV\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 "E:\arches-web\ENV\lib\site-packages\django\utils\importlib.py", > line 40, > in import_module > __import__(name) > File > "E:\arches-web\ENV\lib\site-packages\arches\management\commands\packages. > py", line 28, in <module> > from arches.app.utils.data_management.resources.importer import > ResourceLoad > er > File > "E:\arches-web\ENV\lib\site-packages\arches\app\utils\data_management\res > ources\importer.py", line 8, in <module> > from django.contrib.auth.models import User > File > "E:\arches-web\ENV\lib\site-packages\django\contrib\auth\models.py", line > 48, in <module> > class Permission(models.Model): > File "E:\arches-web\ENV\lib\site-packages\django\db\models\base.py", > line 96, > in __new__ > new_class.add_to_class('_meta', Options(meta, **kwargs)) > File "E:\arches-web\ENV\lib\site-packages\django\db\models\base.py", > line 264, > in add_to_class > value.contribute_to_class(cls, name) > File "E:\arches-web\ENV\lib\site-packages\django\db\models\options.py", > line 1 > 24, in contribute_to_class > self.db_table = truncate_name(self.db_table, > connection.ops.max_name_length( > )) > File "E:\arches-web\ENV\lib\site-packages\django\db\__init__.py", line > 34, in > __getattr__ > return getattr(connections[DEFAULT_DB_ALIAS], item) > File "E:\arches-web\ENV\lib\site-packages\django\db\utils.py", line 198, > in __ > getitem__ > backend = load_backend(db['ENGINE']) > File "E:\arches-web\ENV\lib\site-packages\django\db\utils.py", line 113, > in lo > ad_backend > return import_module('%s.base' % backend_name) > File "E:\arches-web\ENV\lib\site-packages\django\utils\importlib.py", > line 40, > in import_module > __import__(name) > File > "E:\arches-web\ENV\lib\site-packages\django\contrib\gis\db\backends\postg > is\base.py", line 4, in <module> > from django.contrib.gis.db.backends.postgis.introspection import > PostGISIntr > ospection > File > "E:\arches-web\ENV\lib\site-packages\django\contrib\gis\db\backends\postg > is\introspection.py", line 2, in <module> > from django.contrib.gis.gdal import OGRGeomType > File > "E:\arches-web\ENV\lib\site-packages\django\contrib\gis\gdal\__init__.py" > , line 41, in <module> > from django.contrib.gis.gdal.driver import Driver > File > "E:\arches-web\ENV\lib\site-packages\django\contrib\gis\gdal\driver.py", > line 5, in <module> > from django.contrib.gis.gdal.prototypes import ds as capi > File > "E:\arches-web\ENV\lib\site-packages\django\contrib\gis\gdal\prototypes\d > s.py", line 8, in <module> > from django.contrib.gis.gdal.libgdal import lgdal > File > "E:\arches-web\ENV\lib\site-packages\django\contrib\gis\gdal\libgdal.py", > line 47, in <module> > lgdal = CDLL(lib_path) > File "c:\python27\arcgisx6410.3\Lib\ctypes\__init__.py", line 365, in > __init__ > > self._handle = _dlopen(self._name, mode) > WindowsError: [Error 126] The specified module could not be found > > > -- -- 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.
