LoginSignup
0
0

ModuleNotFoundError: No module named 'werkzeug.contrib'

Last updated at Posted at 2023-06-06

Profilerを使いたかったが上のエラーに遭遇。
https://dev.classmethod.jp/articles/taking_the_profiler_of_flask/
をやりたかった。

from werkzeug.contrib.profiler import ProfilerMiddleware
ModuleNotFoundError: No module named 'werkzeug.contrib'

最新werkzeugでは、middlewareにこのprofilerが入っているので、
contribの部分をprofilerで置き換えれば動いた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0