解決策1
ファイルの1行目に#! /usr/bin/env python
を追加する
解決策2
ファイルパーミッションを644に変更する。
解決策3
flask run
でアプリケーションを実行する
参考リンク
https://github.com/pallets/flask/issues/3189
https://github.com/pallets/werkzeug/issues/1482
Go to list of users who liked
More than 3 years have passed since last update.
ファイルの1行目に#! /usr/bin/env python
を追加する
ファイルパーミッションを644に変更する。
flask run
でアプリケーションを実行する
https://github.com/pallets/flask/issues/3189
https://github.com/pallets/werkzeug/issues/1482
Register as a new user and use Qiita more conveniently
Go to list of users who liked