Hi Alina,

Thanks for the reply. I rather hope that having it in a virtual machine is 
irrelevant - it shouldn't know that it is in a VM!
I still get that pile of messages starting with the lack of a vine.five 
package.

I distracted myself for a couple of days trying to upgrade Python 3.6.9 
that comes with Ubuntu 18.04 to Python 3.7. That stopped the terminal 
program from starting as it needs that specific version. While I could 
install a different terminal I am concerned that other bits of Ubuntu could 
be broken too.  In the end I don't think that matters as the virtual 
environment gets Python 3.7 in it as long as I set it up with:

$ sudo apt install python3.7
$ sudo apt install python3.7-venv
$ python3.7 -m venv ~Projects/ENV

Best wishes, have a good weekend,
Pat

On Saturday, September 26, 2020 at 12:59:21 AM UTC+1 Alina Myklebust wrote:

> Hi Pat, 
>
> Nice to hear that there’s been some progress with your install.  I will 
> ask around to see if I can find someone with experience installing Arches 
> on a Vbox Virtual machine.  So far, I’m not aware of anyone, but I hope to 
> find some support for you. Keep us posted on your progress. Thanks!
>
> Best,
>
> Alina 
> ------------------------------
> *From:* arches...@googlegroups.com <arches...@googlegroups.com> on behalf 
> of patlu...@gmail.com <patlu...@gmail.com>
> *Sent:* Thursday, September 24, 2020 11:29:13 AM
> *To:* Arches Project <arches...@googlegroups.com>
> *Subject:* [Arches] Re: Installing Arches 5 on my laptop - problems 
>  
> A little progress.
>
> The failure to build wheels has been cured by invoking:
>
> $ pip install wheel
>
> before
>
> $pip install arches
>
> arches now installs OK. 
> Pat
>
> On Saturday, September 19, 2020 at 2:50:42 PM UTC+1 patlu...@gmail.com 
> wrote:
>
> 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 > nom...@1.8.1: Package no 
> longer supported. Contact sup...@npmjs.com for more info.
> warning @turf/turf > @turf/bez...@4.7.3: Module has been renamed to 
> @turf/bezier-spline
> warning @turf/turf > @turf/ins...@4.7.3: Module has been renamed to 
> @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/collect > @turf/ins...@4.7.3: Module has been 
> renamed to @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/isobands > @turf/ins...@3.14.0: Module has been 
> renamed to @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/line-d...@4.7.3: Module deprecated in favor of 
> @turf/length
> warning @turf/turf > @turf/line-chunk > @turf/line-d...@4.7.3: Module 
> deprecated in favor of @turf/length
> warning @turf/turf > @turf/point-grid > @turf/ins...@4.7.3: Module has 
> been renamed to @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/linestring...@4.7.3: Module has been renamed to 
> @turf/line-to-polygon
> warning @turf/turf > @turf/nea...@4.7.3: Module has been renamed to 
> @turf/nearest-point
> warning @turf/turf > @turf/point-...@4.7.3: Module has been renamed to 
> @turf/nearest-point-on-line
> warning @turf/turf > @turf/line-overlap > @turf/point-...@4.7.3: Module 
> has been renamed to @turf/nearest-point-on-line
> warning @turf/turf > @turf/line-slice > @turf/point-...@4.7.3: Module has 
> been renamed to @turf/nearest-point-on-line
> warning @turf/turf > @turf/line-split > @turf/point-...@4.7.3: Module has 
> been renamed to @turf/nearest-point-on-line
> warning @turf/turf > @turf/polygon-to...@4.7.3: Module has been renamed to 
> @turf/polygon-to-line
> warning @turf/turf > @turf/point-on...@4.7.3: Module has been renamed to 
> @turf/point-on-feature
> warning @turf/turf > @turf/point-on-surface > @turf/ins...@4.7.3: Module 
> has been renamed to @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/tag > @turf/ins...@4.7.3: Module has been 
> renamed to @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/polygonize > polygonize > @turf/ins...@4.7.3: 
> Module has been renamed to @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/wit...@4.7.3: Module has been renamed to 
> @turf/points-within-polygon
> warning @turf/turf > @turf/within > @turf/ins...@4.7.3: Module has been 
> renamed to @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/unkink-polygon > simplepolygon > 
> @turf/ins...@4.7.3: Module has been renamed to 
> @turf/boolean-point-in-polygon
> warning @turf/turf > @turf/unkink-polygon > simplepolygon > 
> @turf/wit...@3.14.0: Module has been renamed to @turf/points-within-polygon
> warning @turf/turf > @turf/unkink-polygon > simplepolygon > @turf/within > 
> @turf/ins...@3.14.0: Module has been renamed to 
> @turf/boolean-point-in-polygon
> warning cked...@4.12.1: We have renamed the @ckeditor package. New 
> versions are available under the @ckeditor4 name.
> warning cor...@2.6.11: 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 " > eonasdan-bootstr...@4.17.47" 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 arches...@googlegroups.com. To unsubscribe, 
> send email to archesprojec...@googlegroups.com. 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 archesprojec...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/archesproject/39d9610c-16f8-4f23-a6d1-683bc8a1f338n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/archesproject/39d9610c-16f8-4f23-a6d1-683bc8a1f338n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>   *CAUTION: This email originated from outside of the Getty. Do not click 
> links or open attachments unless you verify the sender and know the content 
> is safe.* 
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/archesproject/49d81219-6815-4f34-ba0f-7482af9abe30n%40googlegroups.com.

Reply via email to