Re: [Arches] Re: Arches local installation on virtual machine

2016-04-21 Thread couimet . hcd
Thanks Alexei, That's good news. I'm now attempting to install ElasticSearch. I get the following results: (ENV)couimet@ubuntu:~/Projects/my_hip_app$ *python manage.py packages -o setup_elasticsearch* Traceback (most recent call last): File "manage.py", line 28, in execute_from_command_l

Re: [Arches] Re: Arches local installation on virtual machine

2016-04-21 Thread Alexei Peters
I actually think everything installed correctly. Those are the same type of warnings you had previously. It actually says "Successfully installed arches-hip" so that's a good thing! Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, Apr 21, 2016 at 2:27 PM, wrote:

Re: [Arches] Re: Arches local installation on virtual machine

2016-04-21 Thread couimet . hcd
Hi Alexei, I did try to install the Arches-HIP package, but I receive the following errors. This is why I thought that the Arches installation did not work. (ENV)couimet@ubuntu:~/Projects$ *pip install arches_hip* Downloading/unpacking arches-hip Downloading arches_hip-1.0.4.tar.gz (456kB): 45

Re: [Arches] Re: Arches local installation on virtual machine

2016-04-21 Thread Alexei Peters
Hi Chris, The warning you're seeing isn't an issue. It's related to our MANIFEST.in file that setup.py uses to build the distribution for pypi. The build is trying to exclude all *.txt file in the arches/logs directory, but can't find any (which is ok). Not sure why this shows up as a warning as

Re: [Arches] Re: Arches local installation on virtual machine

2016-04-21 Thread couimet . hcd
Hi Adam, Just checked and I do have Python 2.7.6. installed. The Arches installation file (arches-3.1.2.tar.gz) file downloads without issues when running "pip install arches" Here is the first error that appears bellow. It gives a warning relating to a previously-included file is not found. T

Re: [Arches] Re: Arches local installation on virtual machine

2016-04-21 Thread Adam Cox
Hi Christian, yes, once you are working in the virtual environment, you shouldn't use sudo anymore to run the python commands. Can you confirm what version of python you have in your virtual environment? When you have ENV activated, type python and you'll see the working version number. To exit

[Arches] Re: installation erros

2016-04-21 Thread Ellie K. Stathopoulou
forgot to post the second error On Thursday, April 21, 2016 at 5:05:45 PM UTC+3, Ellie K. Stathopoulou wrote: > > >

[Arches] installation erros

2016-04-21 Thread Ellie K. Stathopoulou
Hi all, I have gone through all the ste