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 <https://groups.google.com/forum/#!topic/archesproject/0S8M8s7n4vo>. 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, <[email protected]> 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 "<string>", line 1, in <module> > File "/tmp/pip-build-ubsl7_6s/arches/setup.py", line 14, in <module> > version = __import__('arches').__version__ > File "/tmp/pip-build-ubsl7_6s/arches/arches/__init__.py", line 1, in > <module> > 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 [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.
