Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新了requrements.txt和FAQ,解决了 #591 #592 #593

Merged
merged 1 commit into from
Jun 11, 2023

Conversation

hzg0601
Copy link
Collaborator

@hzg0601 hzg0601 commented Jun 10, 2023

更新了requrements.txt和FAQ,解决了
#591
#592

@hzg0601 hzg0601 changed the title Dev 更新了requrements.txt和FAQ,解决了 #591 #592 Jun 10, 2023
@imClumsyPanda imClumsyPanda changed the base branch from master to dev June 11, 2023 13:23
@imClumsyPanda imClumsyPanda merged commit 27a9bf2 into chatchat-space:dev Jun 11, 2023
@jacksunone
Copy link

=> ERROR [7/7] RUN pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir 2.4s

[7/7] RUN pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir:
#0 0.463 Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
#0 1.427 Collecting pymupdf (from -r requirements.txt (line 1))
#0 1.474 Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/cb/e6/31dbed305516294191654b46cfe82642f88fe3935084219ab06aa6461ee0/PyMuPDF-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB)
#0 2.126 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 24.6 MB/s eta 0:00:00
#0 2.356 ERROR: Could not find a version that satisfies the requirement paddlepaddle==2.4.2 (from versions: none)
#0 2.356 ERROR: No matching distribution found for paddlepaddle==2.4.2


Dockerfile-cuda:12

10 | RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py
11 |
12 | >>> RUN pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir
13 |
14 | CMD ["python3","-u", "webui.py"]

ERROR: failed to solve: process "/bin/sh -c pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir" did not complete successfully: exit code: 1

提示No matching distribution found for paddlepaddle==2.4.2
请问可以使用paddlepaddle的哪些version

@hzg0601
Copy link
Collaborator Author

hzg0601 commented Jun 17, 2023

=> ERROR [7/7] RUN pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir 2.4s

[7/7] RUN pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir:
#0 0.463 Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
#0 1.427 Collecting pymupdf (from -r requirements.txt (line 1))
#0 1.474 Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/cb/e6/31dbed305516294191654b46cfe82642f88fe3935084219ab06aa6461ee0/PyMuPDF-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB)
#0 2.126 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 24.6 MB/s eta 0:00:00
#0 2.356 ERROR: Could not find a version that satisfies the requirement paddlepaddle==2.4.2 (from versions: none)
#0 2.356 ERROR: No matching distribution found for paddlepaddle==2.4.2


Dockerfile-cuda:12

10 | RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py
11 |
12 | >>> RUN pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir
13 |
14 | CMD ["python3","-u", "webui.py"]

ERROR: failed to solve: process "/bin/sh -c pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf pip3 cache dir" did not complete successfully: exit code: 1

提示No matching distribution found for paddlepaddle==2.4.2
请问可以使用paddlepaddle的哪些version

这需要根据你根据自己的python版本,系统类型,芯片类型去官网比对,这里只调用paddleocr,你可以直接pip install paddlepaddle试试,应该问题不大

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants