启动mitmproxy报错 ImportError: cannot import name ‘url_quote‘ from ‘werkzeug.urls‘

报错截图 

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (d:\soft\python\python38\lib\site-packages\werkzeug\urls.py)

原因是Werkzeug版本不兼容导致

解决方法

pip install Werkzeug==2.2.2

相关推荐

  1. eclipse启动

    2024-01-25 04:32:01       39 阅读
  2. IDEA启动正常debug启动

    2024-01-25 04:32:01       26 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-25 04:32:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-25 04:32:01       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-25 04:32:01       82 阅读
  4. Python语言-面向对象

    2024-01-25 04:32:01       91 阅读

热门阅读

  1. C# 实现 Vigenere 密码

    2024-01-25 04:32:01       46 阅读
  2. C++拾遗(四)引用与指针

    2024-01-25 04:32:01       45 阅读
  3. ROS学习笔记10——自定义源文件调用

    2024-01-25 04:32:01       54 阅读
  4. springboot集成mybatis处理json类型

    2024-01-25 04:32:01       59 阅读
  5. 汽车数据解决方案:通过更好的数据提高速度

    2024-01-25 04:32:01       56 阅读
  6. c语言之goto语句

    2024-01-25 04:32:01       57 阅读
  7. 数据结构:顺序表

    2024-01-25 04:32:01       54 阅读
  8. Numpy库:常用函数

    2024-01-25 04:32:01       52 阅读
  9. springboot项目之开启简单定时任务

    2024-01-25 04:32:01       48 阅读
  10. Redis学习笔记

    2024-01-25 04:32:01       52 阅读