Merlinzy
Merlinzy
> > 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...
我尝试一条一条指令输入来安装库,在安装scipdf_parser时收到了这样的提示 `(academic) D:\study\chatacademic\gpt_academic>pip install scipdf_parser>=0.52 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...
> > 请试试在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 the packages that are installed. This behaviour is the source...
> > > > 请试试在requirement.txt里面加上一行 fastapi==0.110 > > > > > > > > > 现在应该大概已经解决了:[43ed8cb](https://github.com/binary-husky/gpt_academic/commit/43ed8cb8a8d582b2a278e70e527bac5324d64b8f) > > > > > > 确实有用,可以运行了,但是冲突依然是存在的 > > ``` > > ERROR: pip's...
> cc @Merlinzy 能否麻烦您测试一下这个解决方案并反馈? 卸载 fastapi-cli 或者降级到 fastapi==0.0.1 谢谢! 卸载 fastapi-cli暂时没有产生影响,项目可以正常运行,fastapi没有0.0.1版本,我想你的意思可能是0.1,我安装了0.1,它不可用。我又重新安装了0.110可以正常运行。 总的来说删掉fastapi-cli增添 fastapi==0.110.0目前来看是可行的,暂时还没遇到什么问题。 我有重新创建了新的环境使用如下requirements.txt安装环境 ``` https://public.agent-matrix.com/publish/gradio-3.32.9-py3-none-any.whl fastapi==0.110 gradio-client==0.8 pypdf2==2.12.1 zhipuai==2.0.1 tiktoken>=0.3.3 requests[socks] pydantic==2.5.2 protobuf==3.18 transformers>=4.27.1 scipdf_parser>=0.52 anthropic>=0.18.1 python-markdown-math pymdown-extensions websocket-client...