Entering edit mode
18 months ago
Daniel
▴
30
Hello,
I am trying to run galaxy and upon running sh run.sh (after successfully running it the first time and installing venv and all required galaxy packages, my galaxy script is stuck at Updating service celery-beat
Activating virtualenv at .venv
Requirement already satisfied: pip>=19.3 in ./.venv/lib/python3.7/site-packages (20.1.1)
WARNING: You are using pip version 20.1.1; however, version 23.1.2 is available.
You should consider upgrading via the '/mnt/beegfs/home/drebibo/galaxy/.venv/bin/python -m pip install --upgrade pip' command.
Ignoring cffi: markers 'implementation_name == "pypy" and python_version >= "3.6"' don't match your environment
Ignoring colorama: markers 'python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"' don't match your environment
Ignoring py: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.5.0"' don't match your environment
Ignoring pycparser: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment
Ignoring pyreadline3: markers 'sys_platform == "win32" and python_version >= "3.8" and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.5.0")' don't match your environment
Ignoring pyreadline: markers 'sys_platform == "win32" and python_version < "3.8" and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.5.0")' don't match your environment
Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple, https://wheels.galaxyproject.org/simple
Requirement already satisfied: a2wsgi==1.4.1 in ./.venv/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (1.4.1)
Requirement already satisfied: zipstream-new==1.1.8 in ./.venv/lib/python3.7/site-packages (from -r requirements.txt (line 176)) (1.1.8)
(Very long list of requirements already satisfied which I removed for readability)
WARNING: You are using pip version 20.1.1; however, version 23.1.2 is available.
You should consider upgrading via the '/mnt/beegfs/home/drebibo/galaxy/.venv/bin/python3 -m pip install --upgrade pip' command.
The Galaxy client build is up to date and will not be rebuilt at this time.
Activating virtualenv at .venv
Updating service gunicorn
Updating service celery
Updating service celery-beat
When looking up what celery-beat is, it seems so be some sort of scheduler galaxy uses. I didn't find any similar problems online. Could anyone advice what's going on? Thanks!
Thanks, I'll go over there! And its on an Ubuntu Server
for the record, Celery is a task queue system, and the
beat
runs periodic commands, it is likecron
in unixI know this because we use it too with Biostar, but it is not a bioinformatics related question and as GenoMax mentions the Galaxy forum is the place to get more information
https://docs.celeryq.dev/en/stable/getting-started/introduction.html