I am trying to install galaxy (git clone -b release_22.05 GitHub - galaxyproject/galaxy: Data intensive science for everyone.) on my local machine (Description: Ubuntu 22.04.1 LTS focal). After running the sh run.sh I got the following error : “error: <class ‘ConnectionRefusedError’>, [Errno 111] Connection refused: file: […]/.venv/lib/python3.9/site-packages/supervisor/xmlrpc.py line: 560”
Please, any helps ?
The run.sh script calls a command which starts and runs a supervisord process. This message indicates that supervisord is not running, but it’s not clear from that message alone why that would be the case.