Hi Ellie, I did some more testing, and I think this may be due to the
version of pip that comes with the virtualenv you have.  I was just able to
successfully install with these steps:

1. run command prompt as adminstrator
2. create new virtualenv (you can delete all of your previous ones if you
want)
3. activate the virtual env
4. update pip with this command:
python -m pip install -U pip
5. pip install arches as before.  This updated version of pip will have a
different printout during the install process, but hopefully no errors!
6. if successful, pip install arches_hip, and proceed from there.

For a little more background, the unicodecsv error comes from the fact that
that python library didn't get installed during the
pip install arches
process.  unicodecsv is one of many python libraries that arches uses, so
it's likely that most of the other ones also did not install.  If you want,
you could try
pip install unicodecsv
while your virtual environment is activated, but I expect that you'll
continue to get errors after doing that.

Adam

On Wed, Apr 27, 2016 at 7:21 AM, Ellie K. Stathopoulou <[email protected]
> wrote:

>
> <https://lh3.googleusercontent.com/-i8diVcuwl8M/VyC8fYJozFI/AAAAAAAAA1g/tBN5-QOYduEt6kaJu0iwbTrYczkyqC5kwCLcB/s1600/27042016.PNG>
>
>
> <https://lh3.googleusercontent.com/-ycAsL_WzE3Q/VyC8dzPa7GI/AAAAAAAAA1c/C7FQoAiBA20VmP9YpDsXy35qrTQu02DTwCLcB/s1600/installArchesHip27042016.PNG>
> Hey Adams,
>
> Thanks for the suggestion. I tried it but the same error appears again.
> Everything ok while installing arches, some problems while installing
> arches_hip, cannot install elasticsearch due to unicodecsv.
> Please check the screenshots. I really think it's not a virtualenv
> problem, maybe it is connected to the error I got while installing postgre?
> it was something about rtpostgis2.2.dll that was "missing" (although I
> could see it in windows navigator).
>
>
>
> On Tuesday, April 26, 2016 at 5:54:40 PM UTC+3, Adam Cox wrote:
>>
>> Hi Ellie, try opening your command prompt as the administrator, and
>> here's how you can do it:
>> https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=run%20command%20prompt%20as%20administrator.
>> I never had to do this until I was using Windows 10, but it looks like that
>> may solve this error.  So! open the command prompt as administrator,
>> navigate to the correct directory, create a new virtualenv, and try
>> installing arches and arches/hip there.  Once you have run those install
>> commands, you will not need to run the command prompt as admin anymore,
>> just open it up like you usually do.
>>
>> Really hope that works!
>> Adam
>>
>> On Tue, Apr 26, 2016 at 3:54 AM, Ellie K. Stathopoulou <
>> [email protected]> wrote:
>>
>>>
>>> <https://lh3.googleusercontent.com/-kAVTKGj9R1k/Vx8659r4toI/AAAAAAAAA00/Vs_V7R-yMosOZht8BsJ7x490loJefkaGQCLcB/s1600/errorinstallarches_hip.PNG>
>>>
>>>
>>> <https://lh3.googleusercontent.com/-TYB_4oBeu7A/Vx862MdLmpI/AAAAAAAAA0w/3poqkh9cBW4pm30Pmy71MNZaUAa_DyCjwCLcB/s1600/installingArches.PNG>
>>> Hey Adam,
>>>
>>> Thanks for the suggestions. I created a new virtualenv called ENV1 and
>>> installed arches and arches hip on it.
>>> Still, the unicodecsv error persists. See the attachement below.
>>>
>>> On Monday, April 25, 2016 at 6:18:07 PM UTC+3, Adam Cox wrote:
>>>>
>>>> Ellie, it looks like the pip install arches command didn't run
>>>> correctly. Can you create a new virtual environment and try pip installing
>>>> arches there brand new?  Or you could run pip uninstall arches and then pip
>>>> install arches in your existing ENV.
>>>>
>>>> On Mon, Apr 25, 2016 at 9:08 AM, Ellie K. Stathopoulou <
>>>> [email protected]> wrote:
>>>>
>>>>>
>>>>> <https://lh3.googleusercontent.com/-ohaKFrUIs74/Vx4y5dM_yXI/AAAAAAAAA0g/Vqa4_MivGjgnEmltRyh1O03A5RjDYXS3QCLcB/s1600/error5.PNG>
>>>>> Dear Adam,
>>>>>
>>>>> you are right, I had other typos as well. Unfortunately, now I am back
>>>>> to one of the first errors I got about unicodecsv.
>>>>>
>>>>> Any idea about that?
>>>>>
>>>>> On Thursday, April 21, 2016 at 5:05:45 PM UTC+3, Ellie K. Stathopoulou
>>>>> wrote:
>>>>>>
>>>>>>
>>>>>> <https://lh3.googleusercontent.com/-d3Qw3dSi-mA/Vxjel1QuH2I/AAAAAAAAAz8/QFzZa34akhcEJjxY25nJySI88BRqeWmcQCLcB/s1600/error2.PNG>
>>>>>>
>>>>>>
>>>>>> <https://lh3.googleusercontent.com/-66gH8gBYcrs/Vxjde2zbqpI/AAAAAAAAAzs/B1i8JvVx34I67Ktg3BeAwl4wYGLb1UWVwCLcB/s1600/folder.PNG>
>>>>>>
>>>>>>
>>>>>> <https://lh3.googleusercontent.com/-_l38MbrN-nI/VxjbfDM7wjI/AAAAAAAAAzg/FmWOISfJjOwt958QUyfRhJjD9-DwXO-EACLcB/s1600/error1.PNG>
>>>>>> Hi all,
>>>>>>
>>>>>> I have gone through all the steps in the installation guides
>>>>>>
>>>>>> and I have encountered the following errors (see screenshots in
>>>>>> attachment).
>>>>>> - the first one occurs in the beginning, after having created the
>>>>>> database in PostgreSQL
>>>>>> - however, the rest of the dependencies could be installed and I have
>>>>>> installed arches and arches_hip till the step pf the elastic search
>>>>>> installation, where I have the following message (see screenshot)
>>>>>>
>>>>>> My folders' structure therefore looks like this
>>>>>> \ArchesProjects
>>>>>>  \ENV
>>>>>>  \my_hip_app
>>>>>>
>>>>>>
>>>>>> <https://lh3.googleusercontent.com/-ZX_fv7ehD-Y/VxjeMXzaB9I/AAAAAAAAAz0/dq8jRjR9Xe8edy70zlVz6xY8gCR4BxXUACLcB/s1600/error3.PNG>
>>>>>>  as it should be, but, inside my_hip_app folder elasticsearch
>>>>>> directory is missing (third screenshot).
>>>>>>
>>>>>> - I tried to re-install elastic search after a system reboot and now
>>>>>> I get another error "not all arguments converted during string 
>>>>>> formatting"
>>>>>> (screenshot)
>>>>>>
>>>>>> My system properties are W7x64, 8GB RAM, i7 processor and lots of
>>>>>> free space. The machine is brand new.
>>>>>>
>>>>>> Any comments/recommendations welcome
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Ellie
>>>>>>
>>>>> --
>>>>> -- 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.
>>>>>
>>>>
>>>> --
>>> -- 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.
>>>
>>
>> --
> -- 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.
>

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