Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

发布 paddlepaddle-gpu 的 pre-release 版本

Open hongbo-miao opened this issue 9 months ago • 5 comments
trafficstars

需求描述 Feature Description

现在 paddlepaddle 有 3.0.0b1, 3.0.0rc1 这些版本。 https://pypi.org/project/paddlepaddle/#history

paddlepaddle-gpu 如果也能发布这些 pre-release 版本就好了, 多谢! https://pypi.org/project/paddlepaddle-gpu/#history

hongbo-miao avatar Jan 31 '25 07:01 hongbo-miao

你好~由于pip上传大小的限制,paddlepaddle-gpu最新发布的包未上传至pip仓库,安装时需要指定paddle仓库,可以参考paddle官网:https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html, pre-release版本的安装方式为 python -m pip install paddlepaddle-gpu==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/ 如果想要安装3.0.0b0,3.0.0b1只需要修改安装命令的版本号即可。

changeyoung98 avatar Feb 07 '25 07:02 changeyoung98

这样啊,谢谢 @changeyoung98 ,不知道有没有国外的镜像。公司网络访问不了 .cn 😞

error: Failed to fetch: `https://www.paddlepaddle.org.cn/packages/stable/cu118/paddlepaddle-gpu/`
  Caused by: Could not connect, are you offline?
  Caused by: Request failed after 3 retries
  Caused by: error sending request for url (https://www.paddlepaddle.org.cn/packages/stable/cu118/paddlepaddle-gpu/)
  Caused by: client error (Connect)
  Caused by: dns error: failed to lookup address information: Temporary failure in name resolution
  Caused by: failed to lookup address information: Temporary failure in name resolution
error: Recipe `uv-install-dependencies` failed on line 8 with exit code 2

hongbo-miao avatar Mar 09 '25 01:03 hongbo-miao

I sent a Pypi package size limit exception request at https://github.com/pypa/packaging-problems/issues/891 Hopefully get some response! ☺️

hongbo-miao avatar Mar 13 '25 05:03 hongbo-miao

嗨 @changeyoung98 pypi 团队回复了 https://github.com/pypa/packaging-problems/issues/891#issuecomment-2721373529 可以帮助提高上限 请问您可以帮着开下这个 "request limit increasing" 的 ticket 吗,谢谢! https://github.com/pypi/support/issues/new?template=limit-request-file.yml

hongbo-miao avatar Mar 13 '25 17:03 hongbo-miao

希望尽快发布 cu123 下 paddlepaddle-gpu 3.0.0 正式版,3.0.0rc1版 报错 https://github.com/PaddlePaddle/PaddleOCR/issues/15294 不确定是否为该版本的bug,期待能得到测试验证。

ltnetcase avatar Jun 13 '25 02:06 ltnetcase

@changeyoung98 pypi 团队回复了 pypa/packaging-problems#891 (comment) 可以帮助提高上限 请问您可以帮着开下这个 "request limit increasing" 的 ticket 吗,谢谢! https://github.com/pypi/support/issues/new?template=limit-request-file.yml

公司有防火墙,是否可以在 pypi 发布一下最新版本?

Francis---- avatar Jul 03 '25 03:07 Francis----