You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by ShalokShalom <sh...@riseup.net> on 2016/11/10 22:38:40 UTC

[allura:tickets] #8136 installations fails at requirements.txt



---

** [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 10:38 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.

[allura:tickets] #8136 installations fails at requirements.txt

Posted by Dave Brondsema <da...@brondsema.net>.
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.

[allura:tickets] #8136 installations fails at requirements.txt

Posted by Dave Brondsema <da...@brondsema.net>.
- 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
- **Comment**:

Docs have been updated to specify python 2.7



---

** [tickets:#8136] installations fails at requirements.txt**

**Status:** closed
**Milestone:** unreleased
**Created:** Thu Nov 10, 2016 10:38 PM UTC by ShalokShalom
**Last Updated:** Fri Nov 11, 2016 03:12 PM UTC
**Owner:** Dave Brondsema


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

[allura:tickets] #8136 installations fails at requirements.txt

Posted by ShalokShalom <No...@allura-vm.apache.org>.
And yes, i try the command several times.


---

** [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 10:38 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.