I can't start up my Galaxy server, I tried running on both dev and master branches. I also tried changing python and pip versions (I tried python 2.7 and 2.7.12, and pip 1.2.2, 1.5.1, 8.2.1). None of these worked out and this error still persists:
Command "/Users/jerome.indefenzo/.pyenv/versions/2.7.12/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/wh/5mvrmcxs6mddfc7xpywgpx9w0000gp/T/pip-build-UQaU2X/mercurial/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/wh/5mvrmcxs6mddfc7xpywgpx9w0000gp/T/pip-FpVL0j-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/wh/5mvrmcxs6mddfc7xpywgpx9w0000gp/T/pip-build-UQaU2X/mercurial
Any help is much appreciated. For the complete error/warning dump, here's the log: http://www.hastebin.com/omuguvulol.js
do you follow: https://wiki.galaxyproject.org/Admin/GetGalaxy ?
what are the actual commands you have executed?
yup, I'm getting this error on a Mac OS X 10.9.5, right after running
sh run.sh
.After pip downloads all the packages, the error occurs during installation.
I am sorry, I can't help here. I have never seen this kind of (compiler?) problem on Mac OS X