[Arches] Stuck on Installation of Dependencies

2016-04-03 Thread sandeep
Hello there,

I am starting a project for heritage using arches. But stuck on using this 
project installation on Godaddy Server.

Please do any one help in supporting in giving me some usefull steps for 
installing arches and its all dependencies which are using python and all 
extensions.

Thanks in advance for response

Regards,
sandeep

-- 
-- 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.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Command "python setup.py egg_info" failed with error code 1

2016-04-03 Thread Ajay Mahajan
Thanks for reply, but i have tried the same before and the result is in 
this way as given below:


Collecting arches-hip
  Using cached arches_hip-1.0.4.tar.gz
Collecting arches>=3.1.0 (from arches-hip)
  Using cached arches-3.1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "", line 1, in 
  File "/tmp/pip-build-ubsl7_6s/arches/setup.py", line 14, in 
version = __import__('arches').__version__
  File "/tmp/pip-build-ubsl7_6s/arches/arches/__init__.py", line 1, in 

from arches.setup import get_version
  File "/tmp/pip-build-ubsl7_6s/arches/arches/setup.py", line 124
print "Downloading: %s Bytes: %s" % (file_name, file_size)
^
SyntaxError: invalid syntax


Command "python setup.py egg_info" failed with error code 1 in 
/tmp/pip-build-ubsl7_6s/arches/



so request you to please check where i am lacking in this code.


On Sunday, April 3, 2016 at 4:02:03 PM UTC+5:30, Koen Van Daele wrote:
>
> According to https://pypi.python.org/pypi/arches/3.1.2 , Arches only runs 
> on Python 2.7. So, you would first need to upgrade to python 2.7. It 
> doesn't run on Python 3.x (yet), so don't go to a version higher than 2.7.
>
> Bear in mind that Python 2.6 is very old, so if that's the default version 
> on you computer system you probably have a really old system and upgrading 
> that might be necessary.
>
>
> Koen
>
>
>
> *Van Daele Koen *
>
> Applicatiebeheerder
>
>
> Agentschap *Onroerend Erfgoed*
>
> *T* 02 553 16 82, *M* 0499 94 93 68
> --
> *Van:* arches...@googlegroups.com  <
> arches...@googlegroups.com > namens Ajay Mahajan <
> ajay.m...@enhancelabs.co.in >
> *Verzonden:* zondag 3 april 2016 10:58
> *Aan:* Arches Project
> *Onderwerp:* Re: [Arches] Command "python setup.py egg_info" failed with 
> error code 1 
>  
> Actully  i have installed python 2.6 and now want to install arches. just 
> confues how to place package and run arches app.  
>
> just need steps to install and run arches hip project
>
> On Saturday, April 2, 2016 at 4:28:16 AM UTC+5:30, Adam Cox wrote: 
>>
>> Hi there, it would be easier to troubleshoot if you could provide some 
>> more information about your system environment.  Do you have a virtual 
>> environment active?  If so, I'd recommend that you try upgrading your 
>> version of pip, as I recently described in this post 
>> . No 
>> idea if that's what your problem is, but it may be a good place to start. 
>>
>> Adam
>>
>> On Fri, Apr 1, 2016 at 3:00 PM,  wrote:
>>
>>> Hello there, 
>>>
>>> While installing the pacages facing this issue:
>>>
>>> Collecting arches-hip
>>>   Using cached arches_hip-1.0.4.tar.gz
>>> Collecting arches>=3.1.0 (from arches-hip)
>>>   Using cached arches-3.1.2.tar.gz
>>> Complete output from command python setup.py egg_info:
>>> Traceback (most recent call last):
>>>   File "", line 1, in 
>>>   File "/tmp/pip-build-ubsl7_6s/arches/setup.py", line 14, in 
>>> 
>>> version = __import__('arches').__version__
>>>   File "/tmp/pip-build-ubsl7_6s/arches/arches/__init__.py", line 1, 
>>> in 
>>> from arches.setup import get_version
>>>   File "/tmp/pip-build-ubsl7_6s/arches/arches/setup.py", line 124
>>> print "Downloading: %s Bytes: %s" % (file_name, file_size)
>>> ^
>>> SyntaxError: invalid syntax
>>>
>>> 
>>> Command "python setup.py egg_info" failed with error code 1 in 
>>> /tmp/pip-build-ubsl7_6s/arches/
>>>
>>>
>>> is there any solution for this.
>>>
>>> as i am first time using this arches. so please be clear with answer
>>>
>>> -- 
>>> -- 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.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
> -- 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 .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to 

RE: [Arches] Command "python setup.py egg_info" failed with error code 1

2016-04-03 Thread Van Daele, Koen
According to https://pypi.python.org/pypi/arches/3.1.2 , Arches only runs on 
Python 2.7. So, you would first need to upgrade to python 2.7. It doesn't run 
on Python 3.x (yet), so don't go to a version higher than 2.7.

Bear in mind that Python 2.6 is very old, so if that's the default version on 
you computer system you probably have a really old system and upgrading that 
might be necessary.


Koen


Van Daele Koen

Applicatiebeheerder


Agentschap Onroerend Erfgoed

T 02 553 16 82, M 0499 94 93 68


Van: archesproject@googlegroups.com  namens 
Ajay Mahajan 
Verzonden: zondag 3 april 2016 10:58
Aan: Arches Project
Onderwerp: Re: [Arches] Command "python setup.py egg_info" failed with error 
code 1

Actully  i have installed python 2.6 and now want to install arches. just 
confues how to place package and run arches app.

just need steps to install and run arches hip project

On Saturday, April 2, 2016 at 4:28:16 AM UTC+5:30, Adam Cox wrote:
Hi there, it would be easier to troubleshoot if you could provide some more 
information about your system environment.  Do you have a virtual environment 
active?  If so, I'd recommend that you try upgrading your version of pip, as I 
recently described in this 
post. No 
idea if that's what your problem is, but it may be a good place to start.

Adam

On Fri, Apr 1, 2016 at 3:00 PM,  wrote:
Hello there,

While installing the pacages facing this issue:

Collecting arches-hip
  Using cached arches_hip-1.0.4.tar.gz
Collecting arches>=3.1.0 (from arches-hip)
  Using cached arches-3.1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "", line 1, in 
  File "/tmp/pip-build-ubsl7_6s/arches/setup.py", line 14, in 
version = __import__('arches').__version__
  File "/tmp/pip-build-ubsl7_6s/arches/arches/__init__.py", line 1, in 

from arches.setup import get_version
  File "/tmp/pip-build-ubsl7_6s/arches/arches/setup.py", line 124
print "Downloading: %s Bytes: %s" % (file_name, file_size)
^
SyntaxError: invalid syntax


Command "python setup.py egg_info" failed with error code 1 in 
/tmp/pip-build-ubsl7_6s/arches/


is there any solution for this.

as i am first time using this arches. so please be clear with answer

--
-- 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.
For more options, visit https://groups.google.com/d/optout.


--
-- 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.
For more options, visit https://groups.google.com/d/optout.

-- 
-- 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.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Command "python setup.py egg_info" failed with error code 1

2016-04-03 Thread Ajay Mahajan
Actully  i have installed python 2.6 and now want to install arches. just 
confues how to place package and run arches app. 

just need steps to install and run arches hip project

On Saturday, April 2, 2016 at 4:28:16 AM UTC+5:30, Adam Cox wrote:
>
> Hi there, it would be easier to troubleshoot if you could provide some 
> more information about your system environment.  Do you have a virtual 
> environment active?  If so, I'd recommend that you try upgrading your 
> version of pip, as I recently described in this post 
> . No 
> idea if that's what your problem is, but it may be a good place to start.
>
> Adam
>
> On Fri, Apr 1, 2016 at 3:00 PM,  wrote:
>
>> Hello there,
>>
>> While installing the pacages facing this issue:
>>
>> Collecting arches-hip
>>   Using cached arches_hip-1.0.4.tar.gz
>> Collecting arches>=3.1.0 (from arches-hip)
>>   Using cached arches-3.1.2.tar.gz
>> Complete output from command python setup.py egg_info:
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   File "/tmp/pip-build-ubsl7_6s/arches/setup.py", line 14, in 
>> version = __import__('arches').__version__
>>   File "/tmp/pip-build-ubsl7_6s/arches/arches/__init__.py", line 1, 
>> in 
>> from arches.setup import get_version
>>   File "/tmp/pip-build-ubsl7_6s/arches/arches/setup.py", line 124
>> print "Downloading: %s Bytes: %s" % (file_name, file_size)
>> ^
>> SyntaxError: invalid syntax
>>
>> 
>> Command "python setup.py egg_info" failed with error code 1 in 
>> /tmp/pip-build-ubsl7_6s/arches/
>>
>>
>> is there any solution for this.
>>
>> as i am first time using this arches. so please be clear with answer
>>
>> -- 
>> -- 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 .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- 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.
For more options, visit https://groups.google.com/d/optout.