Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

常见问题

kajweb edited this page Feb 5, 2020 · 1 revision
  • 不会安装依赖库

    直接使用pip install -r requirements安装即可

  • no model named: fitz

    执行pip install pymupdf,安装pymupdf即可

  • AttributeError: module 'jwt' has no attribute 'encode'

    jwt库命名冲突,卸载jwt,重新安装pyjwt.

  • configparser.NoSectionError: No section: 'wqxt'

    路径问题,切程序目录下运行

  • 其他问题

    大家注意更新,一般来说现阶段更新都是比较重要的更新,不更新可能会导致无法使用(git pull)

Clone this wiki locally