Greetings 

I have managed to load Arches on my desk machine (El Capitan) but am 
encountering problems on my laptop (Sierra). Rather than post numerous 
lines of code I have copied the beginning from Terminal:

Last login: Thu Jun  8 13:58:06 on ttys000

Drs-MacBook-Pro:~ drpeterchowne$ mkdir Projects && cd Projects

Drs-MacBook-Pro:Projects drpeterchowne$ virtualenv ENV

New python executable in /Users/drpeterchowne/Projects/ENV/bin/python

Installing setuptools, pip, wheel...done.

Drs-MacBook-Pro:Projects drpeterchowne$ source ENV/bin/activate

(ENV) Drs-MacBook-Pro:Projects drpeterchowne$ pip install arches==4.0b3

Collecting arches==4.0b3

  Downloading arches-4.0b3.tar.gz (39.4MB)

    100% |████████████████████████████████| 39.5MB 35kB/s 

Building wheels for collected packages: arches

  Running setup.py bdist_wheel for arches ... error

  Complete output from command /Users/drpeterchowne/Projects/ENV/bin/python 
-u -c "import setuptools, 
tokenize;__file__='/private/var/folders/4k/n_230z8j78d56gsy2f2mrrzr0000gn/T/pip-build-zlHmlB/arches/setup.py';f=getattr(tokenize,
 
'open', open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d 
/var/folders/4k/n_230z8j78d56gsy2f2mrrzr0000gn/T/tmpYgiQ5Vpip-wheel- 
--python-tag cp27:

  running bdist_wheel

  running build

  running build_py

  creating build

  creating build/lib

  creating build/lib/arches

  copying arches/__init__.py -> build/lib/arches

  copying arches/admin.py -> build/lib/arches

  copying arches/fabfile.py -> build/lib/arches

  copying arches/settings.py -> build/lib/arches

  copying arches/setup.py -> build/lib/arches

  copying arches/urls.py -> build/lib/arches

  copying arches/wsgi.py -> build/lib/arches

  creating build/lib/arches/app

  copying arches/app/__init__.py -> build/lib/arches/app

  creating build/lib/arches/db

  copying arches/db/__init__.py -> build/lib/arches/db

  copying arches/db/utils.py -> build/lib/arches/db

  creating build/lib/arches/install

  copying arches/install/__init__.py -> build/lib/arches/install

  creating build/lib/arches/logs

  copying arches/logs/__init__.py -> build/lib/arches/logs

  creating build/lib/arches/management

  copying arches/management/__init__.py -> build/lib/arches/management

  creating build/lib/arches/templatetags

  copying arches/templatetags/__init__.py -> build/lib/arches/templatetags

  copying arches/templatetags/template_tags.py -> 
build/lib/arches/templatetags

  creating build/lib/arches/app/datatypes

  copying arches/app/datatypes/__init__.py -> build/lib/arches/app/datatypes

  copying arches/app/datatypes/base.py -> build/lib/arches/app/datatypes

  copying arches/app/datatypes/concept_types.py -> 
build/lib/arches/app/datatypes

  copying arches/app/datatypes/datatypes.py -> 
build/lib/arches/app/datatypes

  creating build/lib/arches/app/functions

  copying arches/app/functions/__init__.py -> build/lib/arches/app/functions

  copying arches/app/functions/base.py -> build/lib/arches/app/functions

  copying arches/app/functions/local_file_storage.py -> 
build/lib/arches/app/functions

  copying arches/app/functions/primary_descriptors.py -> 
build/lib/arches/app/functions

  copying arches/app/functions/required_nodes.py -> 
build/lib/arches/app/functions

  creating build/lib/arches/app/models

  copying arches/app/models/__init__.py -> build/lib/arches/app/models

  copying arches/app/models/card.py -> build/lib/arches/app/models

  copying arches/app/models/concept.py -> build/lib/arches/app/models

  copying arches/app/models/edit_history.py -> build/lib/arches/app/models

  copying arches/app/models/entity.py -> build/lib/arches/app/models

  copying arches/app/models/forms.py -> build/lib/arches/app/models

  copying arches/app/models/graph.py -> build/lib/arches/app/models

  copying arches/app/models/models.py -> build/lib/arches/app/models

  copying arches/app/models/resource.py -> build/lib/arches/app/models

  copying arches/app/models/tile.py -> build/lib/arches/app/models

  copying arches/app/models/validations.py -> build/lib/arches/app/models

  creating build/lib/arches/app/search

  copying arches/app/search/__init__.py -> build/lib/arches/app/search

  copying arches/app/search/elasticsearch_dsl_builder.py -> 
build/lib/arches/app/search

  copying arches/app/search/mappings.py -> build/lib/arches/app/search

  copying arches/app/search/search.py -> build/lib/arches/app/search

  copying arches/app/search/search_engine_factory.py -> 
build/lib/arches/app/search

  creating build/lib/arches/app/utils

  copying arches/app/utils/__init__.py -> build/lib/arches/app/utils

  copying arches/app/utils/betterJSONSerializer.py -> 
build/lib/arches/app/utils

  copying arches/app/utils/context_processors.py -> 
build/lib/arches/app/utils

  copying arches/app/utils/decorators.py -> build/lib/arches/app/utils

  copying arches/app/utils/geocoders.py -> build/lib/arches/app/utils

  copying arches/app/utils/geos_to_pyshp.py -> build/lib/arches/app/utils

  copying arches/app/utils/imageutils.py -> build/lib/arches/app/utils

  copying arches/app/utils/index_database.py -> build/lib/arches/app/utils

  copying arches/app/utils/JSONResponse.py -> build/lib/arches/app/utils

  copying arches/app/utils/mock_geocoder.py -> build/lib/arches/app/utils

  copying arches/app/utils/mock_package_validator.py -> 
build/lib/arches/app/utils


and have marked an error line, and the end of the list which is produced 
when trying to set up the database:


proj4#2.4.3 media/bower_components/proj4


codemirror#5.26.0 media/bower_components/codemirror


uuid.js#3.5.3 media/bower_components/uuid.js


bootstrap-colorpicker#2.5.1 media/bower_components/bootstrap-colorpicker

└── jquery#2.2.1

(ENV) Drs-MacBook-Pro:Projects drpeterchowne$ python manage.py packages -o 
setup_db

python: can't open file 'manage.py': [Errno 2] No such file or directory

(ENV) Drs-MacBook-Pro:Projects drpeterchowne$ 


The two may be related. I am new to coding so apologies if this is a simple 
error on my part.


Many thanks 


Peter

-- 
-- 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