#8136 installations fails at requirements.txt

v1.6.0
closed
None
Other
nobody
2016-11-30
2016-11-10
No

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

Discussion

  • ShalokShalom

    ShalokShalom - 2016-11-10

    And yes, i try the command several times.

     
  • Dave Brondsema

    Dave Brondsema - 2016-11-11

    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.

     
  • Dave Brondsema

    Dave Brondsema - 2016-11-30
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     (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
    
    • status: open --> closed
    • assigned_to: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2016-11-30

    Docs have been updated to specify python 2.7

     
  • Dave Brondsema

    Dave Brondsema - 2016-12-14
    • Milestone: unreleased --> v1.6.0
     

Log in to post a comment.