Hello.
I am using Ubuntu 16.04.
I have just installed Galaxy using this command:
$ git clone -b release_19.01 https://github.com/galaxyproject/galaxy.git
The galaxy directory is in my user directory.
When trying to start it:
$ sh run.sh
It downloaded, built and stored a whole bunch of stuff, but I finally got this error:
- Install prebuilt node (10.13.0) .Traceback (most recent call last):
File “/home/student/galaxy/.venv/bin/nodeenv”, line 10, in
sys.exit(main())
File “/home/student/galaxy/.venv/local/lib/python2.7/site-packages/nodeenv.py”, line 1076, in main
create_environment(env_dir, opt)
File “/home/student/galaxy/.venv/local/lib/python2.7/site-packages/nodeenv.py”, line 905, in create_environment
install_node(env_dir, src_dir, opt)
File “/home/student/galaxy/.venv/local/lib/python2.7/site-packages/nodeenv.py”, line 692, in install_node
download_node_src(node_url, src_dir, opt, prefix)
File “/home/student/galaxy/.venv/local/lib/python2.7/site-packages/nodeenv.py”, line 542, in download_node_src
dl_contents = io.BytesIO(urlopen(node_url).read())
File “/home/student/galaxy/.venv/local/lib/python2.7/site-packages/nodeenv.py”, line 564, in urlopen
return urllib2.urlopen(req)
File “/usr/lib/python2.7/urllib2.py”, line 154, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python2.7/urllib2.py”, line 435, in open
response = meth(req, response)
File “/usr/lib/python2.7/urllib2.py”, line 548, in http_response
‘http’, request, response, code, msg, hdrs)
File “/usr/lib/python2.7/urllib2.py”, line 473, in error
return self._call_chain(*args)
File “/usr/lib/python2.7/urllib2.py”, line 407, in _call_chain
result = func(*args)
File “/usr/lib/python2.7/urllib2.py”, line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
What could I do next?