Yuki
Yuki
> ### Installation Method | 安装方法与平台 > Pip Install (I used latest requirements.txt) > > ### Version | 版本 > Latest | 最新版 > > ### OS | 操作系统 >...
> I also encountered the same problem as you. I tried to run pip install item by item and succeeded. When installing item by item, some version conflicts may be...
> 我也是同样的问题,不知道怎么解决,搞了2小时了 您好, 这个问题应该是由于您安装了更高版本的 fastapi 导致的 请尝试`pip install -r requirements.txt -f`或者重新建立一个 venv安装 谢谢
> > fastapi-cli==0.0.2 > > I notice a fastapi-cli==0.0.2 was uploaded yesterday, could this package leading to the problem? Macos 测试正常
> > > 请试试在requirement.txt里面加上一行 fastapi==0.110 > > > > > > 现在应该大概已经解决了:[43ed8cb](https://github.com/binary-husky/gpt_academic/commit/43ed8cb8a8d582b2a278e70e527bac5324d64b8f) > > 确实有用,可以运行了,但是冲突依然是存在的 > > ``` > ERROR: pip's dependency resolver does not currently take into account all...
@binary-husky 卸载 fastapi-cli 或者降级到 fastapi-cli==0.0.1 可以解决 有趣的这个项目本身似乎用不到这个脚手架?
cc @Merlinzy 能否麻烦您测试一下这个解决方案并反馈? 卸载 fastapi-cli 或者降级到 fastapi-cli==0.0.1 谢谢!
@Merlinzy 感谢反馈 是我打错了 我本意是 fastapi-cli 已修正
> @binaryYuki 使用的是python 3.11 Hi @Luffy143 , 能否麻烦您测试一下这个解决方案并反馈? ```bash pip install Cython==0.29.36 pip install spacy==3.0.6 --no-build-isolation ``` 谢谢
Hi, MacOS Version 23.4.0 同样不能复现 并且我注意到你的输出有`Rar format requires additional dependencies to install` 排除是系统在执行文本切分 初步判断是依赖项安装有问题 请重新执行 `pip install -r requirements.txt`确保安装过程中没有报错 如果依然有问题 请提供详细信息