Hello,
I am trying to install galaxy. However, after I tried command "sh run.sh", I stacked with error as following.
Activating virtualenv at .venv Collecting pip>=8.1 Could not find a version that satisfies the requirement pip>=8.1 (from versions: ) No matching distribution found for pip>=8.1
I also tried "sh run.sh --no-replace-pip". But another error occurred.
Activating virtualenv at .venv Collecting amqp==2.2.2 (from -r requirements.txt (line 1)) Could not find a version that satisfies the requirement amqp==2.2.2 (from -r requirements.txt (line 1)) (from versions: 1.4.6, 1.4.8) No matching distribution found for amqp==2.2.2 (from -r requirements.txt (line 1))
How can I slove these problems?
Yukimasa Shibata
I tried above by using terminal of Mac OSX El capitan 10.11.6, python 2.7.10, and pip6.1.1.