FS#25520 - {archweb} Installing requirements fails

Attached to Project: Arch Linux
Opened by Tom Willemsen (ryuslash) - Thursday, 11 August 2011, 21:05 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 16 August 2011, 20:05 GMT
Task Type Bug Report
Category Web Sites
Status Closed
Assigned To Dan McGee (toofishes)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Trying to setup the website from a new git clone fails when trying `pip install -r requirements.txt` with an invalid syntax message, attached.

Additional info:
* Attached pip.log

Steps to reproduce:
git clone git://projects.archlinux.org/archweb.git
cd /path/to/archweb
virtualenv ../archweb-env
. ../archweb-env/bin/activate
pip install -r requirements.txt
   pip.log (18.1 KiB)
This task depends upon

Closed by  Dan McGee (toofishes)
Tuesday, 16 August 2011, 20:05 GMT
Reason for closing:  Fixed
Comment by Evangelos Foutras (foutrelis) - Saturday, 13 August 2011, 11:38 GMT
virtualenv will create a Python 3 environment; you need to use virtualenv2 to create a Python 2 environment.
Comment by Tom Willemsen (ryuslash) - Saturday, 13 August 2011, 13:49 GMT
Ah yes of course, should this perhaps be mentioned in the readme?
Comment by Evangelos Foutras (foutrelis) - Saturday, 13 August 2011, 14:36 GMT
You have a point there, Tom.

Dan, could you please merge the attached patch?

Loading...