Answers for "PermissionError: [Errno 13] Permission denied on flask"

0

PermissionError: [Errno 13] Permission denied on flask

if__name__=='__main__':
  app.debug=True
  app.run('0.0.0.0', port=5001) #port can be anything higher than 5000.
  
  #this solution is for an OSError and PermissionError
  #Make sure to run it on a virual environment for Flask, Python.
Posted by: Guest on October-13-2020

Code answers related to "PermissionError: [Errno 13] Permission denied on flask"

Python Answers by Framework

Browse Popular Code Answers by Language