- Qt Designer
PyQt5Flaskdatetimerequests
-
socket.error: [Errno 48] Address already in use
sudo lsof -i:5000
This will give you a list of processes using the port if any. Once the list of processes is given, use the id on the PID column to terminate the process use
kill PIDuse the provided PID
