
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
저는 아이맥에서 adobe 클라우드에 파일을 넣어놓고 작업하고 있었습니다.
그런데 맥북에서 같은 파일을 열어서 작업을 하려고 하는데 캡쳐 이미지와 같은 오류가 나옵니다.
무엇이 문제인가요?

작성한 코드 및 에러 메세지
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
source "/Users/moong/Desktop/Creative Cloud Files/coding/projects/05_fan/venv/bin/activate"
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
gimmyeong-giui-MacBook-Pro:05_fan moong$ source "/Users/moong/Desktop/Creative Cloud Files/coding/projects/05_fan/venv/bin/activate"
(venv) gimmyeong-giui-MacBook-Pro:05_fan moong$ "/Users/moong/Desktop/Creative Cloud Files/coding/projects/05_fan/venv/bin/python" "/Users/moong/Desktop/Creative Cloud Files/coding/projects/05_fan/app.py"
* Serving Flask app 'app'
* Debug mode: on
Address already in use
Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port.
On macOS, try disabling the 'AirPlay Receiver' service from System Preferences -> Sharing.
(venv) gimmyeong-giui-MacBook-Pro:05_fan moong$
