07 2023 档案
摘要:# 问题 安装一个包,本身已经包含某依赖,在新的安装包还会重复安装 # 方案 ## 方法1 手动提前安装好包对应的依赖包,然后无依赖安装该包 pip install --no-deps xxx ## 方法2 下载包并修改对应的依赖包版本,再安装。如: Clone the library and ch
阅读全文
摘要:# 问题  # 方法 不使用原始密码,使用github生成的tokens作为密码鉴权 ![](https://im
阅读全文