Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document MacOS issue during installation #1708

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

diananova
Copy link
Contributor

Signed-off-by: Diana Mukhanova [email protected]

I want to document an issue that I experienced on my MacOS during installation that I think others will find helpful as well. After running make install, my build failed and I found this error in gunicorn.log:

[ERROR] Connection in use: ('0.0.0.0', 5000) 

The problem is that port 5000 is being used by another process. I tried the common commands for killing the process:

sudo lsof -i :<PortNumber>
kill -9 <PID>

This didn't work and after searching a bit online I found a solution . Turns out MacOS uses 5000 port for Airplay Receiver, so I had to manually change the settings.

Signed-off-by: Diana Mukhanova <[email protected]>
@diananova diananova requested a review from sgoggins as a code owner April 7, 2022 20:19
@sgoggins sgoggins merged commit 395e260 into chaoss:main Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants