Entering edit mode
16 months ago
GA
•
0
Hello, I'm trying to get Galaxy in one of my computers. I followed the instructions described here https://galaxyproject.org/admin/get-galaxy/. However, when I tried to run with "sh run.sh" it always gets stuck saying "ModuleNotFoundError: No module named '_sqlite3." I installed sqlite3 thinking that will fix it, but it's still getting stuck on that part.
Here is the exact message were it gets stuck:
ModuleNotFoundError: No module named '_sqlite3'
2023-08-31 19:28:15,533 WARN exited: gunicorn (exit status 1; not expected)
2023-08-31 19:28:15,641 INFO gave up: gunicorn entered FATAL state, too many start retries too quickly
2023-08-31 19:28:15,642 WARN exited: celery-beat (exit status 1; not expected)
2023-08-31 19:28:15,692 INFO gave up: celery-beat entered FATAL state, too many start retries too quickly
2023-08-31 19:28:15,693 WARN exited: celery (exit status 1; not expected)
2023-08-31 19:28:16,694 INFO gave up: celery entered FATAL state, too many start retries too quickly
Does anyone have any recommendations on how to fix this issue?
Thank you