problem for installing local galaxy

I’m trying to install galaxy for a local used, but i’ve got a error message (with MacOs)

" probably another instance of uWSGI is running on the same address (localhost:8080).

bind(): Address already in use [core/socket.c line 769]"

thanks for your help

Try something like ps aux | grep uwsgi and see whether there is another uwsgi process running. If so, kill it.

As alternative:

lsof -i tcp:8080
1 Like