Unable to download the python packages when building dev environment locally #12548
Replies: 1 comment 1 reply
-
|
Hi @paulhuiseismic! I'm Dosu and I’m helping the ragflow team. You’re hitting two common issues:
Bonus: Let me know if you need the exact commands or run into any other errors! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
OS: Windows
Running command:
uv sync --python 3.12 --frozen
Under the WSL, it prompt below error, and could not access the https://pypi.tuna.tsinghua.edu.cn/
Failed to download
pexpect==4.9.0├─▶ Failed to fetch:
│
https://pypi.tuna.tsinghua.edu.cn/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl╰─▶ HTTP status client error (403 Forbidden) for url
(https://pypi.tuna.tsinghua.edu.cn/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl)
help:
pexpect(v4.9.0) was included becauseragflow(v0.23.1) depends onpywencai(v0.13.1) which depends onipykernel(v7.1.0) which depends onipython(v9.8.0) which depends onpexpectUnder the cmd, it can access the https://pypi.tuna.tsinghua.edu.cn/, but throws error below.
Failed to build
datrie==0.8.3|-> The build backend returned an error
-> Call tosetuptools.build_meta:legacy.build_wheel` failed (exit code: 1)help:
datrie(v0.8.3) was included becauseragflow(v0.23.1) depends oninfinity-sdk(v0.6.15) which depends ondatriePlease advise on how to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions