Langchain-Chatchat icon indicating copy to clipboard operation
Langchain-Chatchat copied to clipboard

[BUG] pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

Open gedehua opened this issue 1 year ago • 7 comments

我的python是3.8.5的 image

gedehua avatar May 15 '23 06:05 gedehua

那可能是清华源里这个版本没有,可以看看百度官方关于paddlepaddle的安装指令说明

imClumsyPanda avatar May 15 '23 06:05 imClumsyPanda

那可能是清华源里这个版本没有,可以看看百度官方关于paddlepaddle的安装指令说明

那应该怎么下载呢

gedehua avatar May 15 '23 06:05 gedehua

pip install -r requirements.txt Collecting pymupdf (from -r requirements.txt (line 1)) Using cached PyMuPDF-1.22.3-cp311-cp311-macosx_11_0_arm64.whl (12.7 MB) ERROR: Could not find a version that satisfies the requirement paddlepaddle==2.4.2 (from versions: none) ERROR: No matching distribution found for paddlepaddle==2.4.2

lemon-simple avatar May 19 '23 03:05 lemon-simple

一样的问题

lemon-simple avatar May 19 '23 03:05 lemon-simple

我的python是3.8.5的 image 阿里云的可以用 pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

zluckymn avatar May 25 '23 03:05 zluckymn

image 我这里用阿里云的,也不好使

FicoHu avatar Jun 01 '23 07:06 FicoHu

你直接去复制无法连接的那个网址(https),然后去下载paddlepaddle.. .whl,文件,再用pip install paddlepaddle.. .whl就可以了。如果不行就用pip3 install paddlepaddle.. .whl

Nicole19960319 avatar Jun 09 '23 01:06 Nicole19960319

具体该怎么操作的呀

zhuiyi6 avatar Jul 11 '23 05:07 zhuiyi6