[Arches] Re: Arches local installation on virtual machine

2016-04-24 Thread Adam Cox
Hi Chris, from looking at the output file, it seems like the error comes while trying to install some of the extra python dependencies (pillow, to be exact). I did a little searching, and it looks like this may be your problem: http://www.cyberciti.biz/faq/debian-ubuntu-linux-python-h-file-not

[Arches] Re: Arches local installation on virtual machine

2016-04-22 Thread couimet . hcd
Hi Adam, I attached the file relating to the Arches installation (pip install arches > full_output.txt 2>&1). Here are some of the specs that I'm using: Parallels for Mac (Virtual machine software) Ubuntu 14.04 LTS (set up with 4GB Ram) Yes I believe I have the virtual environment activated wh

[Arches] Re: Arches local installation on virtual machine

2016-04-22 Thread Adam Cox
Hi Chris, also just wanted to double check that you have the virtual environment activated when you try the elasticsearch installation... On Friday, April 22, 2016 at 10:20:32 AM UTC-6, Adam Cox wrote: > > Hi Chris and Alexei, I think the django import error is evidence that the > install did no

[Arches] Re: Arches local installation on virtual machine

2016-04-22 Thread Adam Cox
Hi Chris and Alexei, I think the django import error is evidence that the install did not work correctly. Somehow it finished thinking that it had, but some of the pieces did not get fully installed. To start over in the same virtual environment you can run pip uninstall arches I'm surprised t

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: Arches local installation on virtual machine

2016-04-20 Thread couimet . hcd
Thanks Adam, adding sudo helped. I was able to install pip (using: sudo apt-get install python-pip), and create the virtual environment. I think I'm now having errors relating to the Arches installation. (I'm almost there!) Here is the steps I've taken: sudo pip install virtualenv==1.11.4 (wo

[Arches] Re: Arches local installation on virtual machine

2016-04-20 Thread Adam Cox
Hi Christian, did you try running that same command with sudo privileges? Though it depends on what user account you are logged onto the server with, this is probably necessary. sudo python get-pip.py Hopefully that will allow you to install pip, and then you can continue without more errors. E

[Arches] Re: Arches local installation on virtual machine

2016-04-19 Thread couimet . hcd
Hello, I've tried to install several times and have gone through the posts and instructions and seem to be stuck with the get-pip step. Here is an overview of my progress. *Step 1:* -Installed virtual machine (Ubuntu on Mac) and allocated 4GB of RAM *Step 2:* Following instructions found

[Arches] Re: Arches local installation on virtual machine

2016-04-19 Thread couimet . hcd
I'm starting my next attempt! When installing Arches (Step 4), should I be concerned with messages such as: Could not find .egg-info directory in install record for isodate (from rdflib->-r /home/couimet/Projects/ENV/lib/python2.7/site-packages/arches/install/requirements.txt (line 5))

[Arches] Re: Arches local installation on virtual machine

2016-04-18 Thread couimet . hcd
Thanks Darcy, I'll give this a try this week and will post my progress. I think I'll start from scratch, since I did not install with the ubuntu_trusty_setup.sh. I used the instructions using the link from the Archesproject site. Christian On Sunday, April 17, 2016 at 11:31:19 PM UTC-4, Darc

[Arches] Re: Arches local installation on virtual machine

2016-04-17 Thread Darcy Christ
Hi Christian, Make sure you use the installation script: https://github.com/archesproject/arches/blob/master/arches/install/ubuntu_trusty_setup.sh It is very important to do everything within the virtual environment, as that makes sure you are working with the right libraries. Python on Linux