You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@allura.apache.org by Aurélien Terrestris <at...@gmail.com> on 2013/10/11 16:45:07 UTC

re: Error in the Allura instalation

>In our company we decided to use Allura az our software project management.
I followed the instruction for installing but I got:
pkg_resources.DistributionNotFound: Not Found: Pylons (did you run
python setup.py develop?)


I had a similar issue, the support gave me this solution

"The work-around is to manually running `pip install numpy==1.6.1` in
the virtualenv before running `pip install -r requirements.txt`."


Are you running an Ubuntu ?