assert coreapi, ‘`coreapi` must be installed for schema support.

先这样解决
pip install coreapi pyyaml

还是报错,降低 urllib3 版本
pip install urllib3==1.26.15

assert coreapi, ‘coreapi must be installed for schema support.’
AssertionError: coreapi must be installed for schema support.

参考
https://blog.csdn.net/cooper_wx/article/details/137439802

相关推荐

最近更新

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

    2024-06-09 04:20:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-09 04:20:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-06-09 04:20:02       87 阅读
  4. Python语言-面向对象

    2024-06-09 04:20:02       96 阅读

热门阅读

  1. python对视频进行帧处理以及裁减部分区域

    2024-06-09 04:20:02       26 阅读
  2. Vue Router源码分析

    2024-06-09 04:20:02       24 阅读
  3. 7.0 android中Service的基础知识

    2024-06-09 04:20:02       28 阅读
  4. python的sql解析库-sqlparse

    2024-06-09 04:20:02       23 阅读
  5. vite+vue+ts项目中报错解决方案

    2024-06-09 04:20:02       27 阅读