# fastapi_cjserver **Repository Path**: xujiangios/fastapi_cjserver ## Basic Information - **Project Name**: fastapi_cjserver - **Description**: 采集程序的服务端用于下载和解析 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-21 - **Last Updated**: 2025-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、安装第三方包问题 ``` from google.protobuf.message import DecodeError ModuleNotFoundError: No module named 'google' ``` pip install protobuf3-to-dict -i https://pypi.tuna.tsinghua.edu.cn/simple/ pip install protobuf -i https://pypi.tuna.tsinghua.edu.cn/simple/ ``` ModuleNotFoundError: No module named 'Crypto' ``` pip install pycryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple/ fizt 问题 先安装 pip install PyMuPDF -i https://pypi.tuna.tsinghua.edu.cn/simple/ 在安装 pip install fitz -i https://pypi.tuna.tsinghua.edu.cn/simple/ 有先后顺序问题