[galaxy-dev] new user : galaxy install error

2015-01-16 Thread Abhishek Pratap
**Did the following** hg clone https://bitbucket.org/galaxy/galaxy-dist/ test cd test/ hg update stable Machine: Mac Yosemite(10.10.1) **Got the following error** Some eggs are out of date, attempting to fetch... Fetched http://eggs.galaxyproject.org/bioblend/bioblend-0.4.2-py2.7.egg

Re: [galaxy-dev] new user : galaxy install error

2015-01-16 Thread Saket Choudhary
It probably happens due to a system installed package conflict. You should probably do it inside a virtual environment: virtualenv --no-site-packages venv source venv/bin/activate cd galaxy-dist sh run.sh That should hopefully solve the problem. On 16 January 2015 at 16:42, Abhishek Pratap