ragflow [Bug]: 从源代码构建代码

92vpleto  于 3个月前  发布在  其他
关注(0)|答案(1)|浏览(65)

是否存在相同错误的现有问题?

  • 我已检查了现有的问题。

分支名称

main

实际行为

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fastembed 0.2.6 requires huggingface-hub<0.21,>=0.20, but you have huggingface-hub 0.23.3 which is incompatible.
fastembed 0.2.6 requires tokenizers<0.16.0,>=0.15.1, but you have tokenizers 0.19.1 which is incompatible.

预期行为

无依赖错误。

重现步骤

Use requirements.txt to install python package.
cx6n0qe3

cx6n0qe31#

一旦#1052完成,这将不是一个问题。我正在进行部分迁移到Poetry,并在重写部署脚本的过程中验证一切是否按预期工作。

相关问题