You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run
cd [absolute filepath]
python3 file.py [host ip][port]
Debug
If another process in execution on same port:
ps -fA | grep python
kill [process number]