Hello again,
This really is not a DOS attack.
I have installed the dependencies as per the script from github, and am now
trying to install Arches itself by following the documentation for V5.0.
$ mkdir Projects && cd Projects
Works fine
$ python -m venv /path/to/new/ENV
This invoked python 2.7, complaining about not knowing what a venv was. I
also had to work out what the path should be. It would help beginners like
me to have an example to follow, though I do recognise that you can choose
other places to put the environment. Non-beginners who are up to choosing a
different place are most likely to be able to work out the command to use
so I suggest replacing this in the docs with:
$ python3 -m venv ~/Projects/env
$ source env/bin/activate
OK
(env)..$ pip install arches
A lot of stuff in the terminal that looks OK until:
Building wheels for collected packages: pyshp, python-docx, PyLD,
mapbox-vector-tile, python-slugify, future
Running setup.py bdist_wheel for pyshp ... error
Complete output from command /home/pat/Projects/env/bin/python3 -u -c
"import setuptools,
tokenize;__file__='/tmp/pip-build-0m39dqyo/pyshp/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
/tmp/tmpkjnnk0xtpip-wheel- --python-tag cp36:
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown
distribution option: 'long_description_content_type'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for pyshp
Failed to build pyshp python-docx PyLD mapbox-vector-tile python-slugify
future
With the majority repeated for each of the six wheels pyshp python-docx
PyLD mapbox-vector-tile python-slugify future. After that the last bit went
OK.
I pressed on with
(env) pat@vboxub1804:~/Projects$ arches-project create my_project
but got a whole lot of trouble:
No module named 'vine.five'
yarn install v1.22.5
warning package.json: No license field
info No lockfile found.
warning arches: No license field
[1/4] Resolving packages...
warning @mapbox/geojsonhint > jsonlint-lines > [email protected]: Package no
longer supported. Contact [email protected] for more info.
warning @turf/turf > @turf/[email protected]: Module has been renamed to
@turf/bezier-spline
warning @turf/turf > @turf/[email protected]: Module has been renamed to
@turf/boolean-point-in-polygon
warning @turf/turf > @turf/collect > @turf/[email protected]: Module has been
renamed to @turf/boolean-point-in-polygon
warning @turf/turf > @turf/isobands > @turf/[email protected]: Module has been
renamed to @turf/boolean-point-in-polygon
warning @turf/turf > @turf/[email protected]: Module deprecated in favor
of @turf/length
warning @turf/turf > @turf/line-chunk > @turf/[email protected]: Module
deprecated in favor of @turf/length
warning @turf/turf > @turf/point-grid > @turf/[email protected]: Module has been
renamed to @turf/boolean-point-in-polygon
warning @turf/turf > @turf/[email protected]: Module has been
renamed to @turf/line-to-polygon
warning @turf/turf > @turf/[email protected]: Module has been renamed to
@turf/nearest-point
warning @turf/turf > @turf/[email protected]: Module has been renamed to
@turf/nearest-point-on-line
warning @turf/turf > @turf/line-overlap > @turf/[email protected]: Module
has been renamed to @turf/nearest-point-on-line
warning @turf/turf > @turf/line-slice > @turf/[email protected]: Module
has been renamed to @turf/nearest-point-on-line
warning @turf/turf > @turf/line-split > @turf/[email protected]: Module
has been renamed to @turf/nearest-point-on-line
warning @turf/turf > @turf/[email protected]: Module has been
renamed to @turf/polygon-to-line
warning @turf/turf > @turf/[email protected]: Module has been renamed
to @turf/point-on-feature
warning @turf/turf > @turf/point-on-surface > @turf/[email protected]: Module
has been renamed to @turf/boolean-point-in-polygon
warning @turf/turf > @turf/tag > @turf/[email protected]: Module has been
renamed to @turf/boolean-point-in-polygon
warning @turf/turf > @turf/polygonize > polygonize > @turf/[email protected]:
Module has been renamed to @turf/boolean-point-in-polygon
warning @turf/turf > @turf/[email protected]: Module has been renamed to
@turf/points-within-polygon
warning @turf/turf > @turf/within > @turf/[email protected]: Module has been
renamed to @turf/boolean-point-in-polygon
warning @turf/turf > @turf/unkink-polygon > simplepolygon >
@turf/[email protected]: Module has been renamed to
@turf/boolean-point-in-polygon
warning @turf/turf > @turf/unkink-polygon > simplepolygon >
@turf/[email protected]: Module has been renamed to @turf/points-within-polygon
warning @turf/turf > @turf/unkink-polygon > simplepolygon > @turf/within >
@turf/[email protected]: Module has been renamed to
@turf/boolean-point-in-polygon
warning [email protected]: We have renamed the @ckeditor package. New
versions are available under the @ckeditor4 name.
warning [email protected]: core-js@<3 is no longer maintained and not
recommended for usage due to the number of issues. Please, upgrade your
dependencies to the actual version of core-js@3.
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > [email protected]" has unmet peer
dependency "moment-timezone@^0.4.0".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 86.87s.
I have stopped for now. Can anybody help with what is going wrong here?
Ta,
Pat
--
-- 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/archesproject/fcd97f03-8309-48e3-86d0-d69c76c0131bn%40googlegroups.com.