Hi, Allura uses python 2, I think that is the issue. Some linux distros (e.g. Ubuntu 16.04) ship with python3 by default now, so we need to update our docs to specify that.
Can you install python2 and try again? You probably have to use `pip2` as the command. --- ** [tickets:#8136] installations fails at requirements.txt** **Status:** open **Milestone:** unreleased **Created:** Thu Nov 10, 2016 10:38 PM UTC by ShalokShalom **Last Updated:** Thu Nov 10, 2016 11:09 PM UTC **Owner:** nobody (allura) linux-yyg5:/home/shalokshalom/src/allura # pip install -r requirements.txt Collecting ActivityStream==0.2.2 (from -r requirements.txt (line 1)) Using cached ActivityStream-0.2.2.tar.gz Collecting BeautifulSoup==3.2.0 (from -r requirements.txt (line 2)) Using cached BeautifulSoup-3.2.0.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-ktxhatu9/BeautifulSoup/setup.py", line 22 print "Unit tests have failed!" ^ SyntaxError: Missing parentheses in call to 'print' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ktxhatu9/BeautifulSoup/ (allura) linux-yyg5:/home/shalokshalom/src/allura # --- Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.