login community faq

Hi,

Webfaction provides Reportlab v2.4. However, i'd like to use v2.5 (or above).

So i ran (as described in http://docs.webfaction.com/software/python.html#installing-packages-with-pip)

pip-2.7 install reportlab --upgrade

However, it is a system package so i get

OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/site-packages/reportlab-2.4-py2.7.egg-info'

What should i do?

asked Oct 19 '12 at 10:09

Neamar's gravatar image

Neamar
32

edited Oct 19 '12 at 10:11


pip seems to want to uninstall any detected package prior to running an upgrade of that package, and there doesn't seem to be a way to override that behavior.

You can use easy_install-2.7 instead, as it doesn't seem to have this problem:

1
easy_install-2.7 -U reportlab

Hope that helps!

answered Oct 19 '12 at 13:03

seanf's gravatar image

seanf ♦♦
56791220

Your answer
If you have an answer to the above question, then use the form below. Otherwise, use the appropriate 'add new comment' button above to post your feedback.
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×229
×36
×20
×1

Asked: Oct 19 '12 at 10:09

Seen: 466 times

Last updated: Oct 19 '12 at 13:03

Plans & prices    Sign up    Why WebFaction?    Contact us    Affiliate program    Support    Legal    Jobs    Blog    Control panel login
Powered by OSQA
© Copyright 2003-2012 Swarma Limited - WebFaction is a service of Swarma Limited