SwanHubX / SwanLab

⚡️SwanLab: your ML experiment notebook. 你的AI实验笔记本,跟踪与可视化你的机器学习全流程
https://swanlab.cn?utm_source=github_description-hompage
Apache License 2.0
441 stars 44 forks source link

[QUESTION] pip install 无法安装 python3.9 swanlab最新版 #645

Closed zeminroot closed 2 months ago

zeminroot commented 2 months ago

ERROR: HTTP error 404 while getting http://pypi-devpi-proxy-svc.kube-system:3141/root/pypi/%2Bf/540/b4cc0d2c072dd/swanlab-0.3.9-py3-none-any.whl#sha256=540b4cc0d2c072dda1e6098042017c40c87605af6309d4d5c699b4fc27451941 (from http://pypi-devpi-proxy-svc.kube-system:3141/root/pypi/+simple/swanlab/) (requires-python:>=3.8) ERROR: Could not install requirement swanlab==0.3.9 from http://pypi-devpi-proxy-svc.kube-system:3141/root/pypi/%2Bf/540/b4cc0d2c072dd/swanlab-0.3.9-py3-none-any.whl#sha256=540b4cc0d2c072dda1e6098042017c40c87605af6309d4d5c699b4fc27451941 because of HTTP error 404 Client Error: Not Found for url: http://pypi-devpi-proxy-svc.kube-system:3141/root/pypi/%2Bf/540/b4cc0d2c072dd/swanlab-0.3.9-py3-none-any.whl for URL http://pypi-devpi-proxy-svc.kube-system:3141/root/pypi/%2Bf/540/b4cc0d2c072dd/swanlab-0.3.9-py3-none-any.whl#sha256=540b4cc0d2c072dda1e6098042017c40c87605af6309d4d5c699b4fc27451941 (from http://pypi-devpi-proxy-svc.kube-system:3141/root/pypi/+simple/swanlab/) (requires-python:>=3.8)

SAKURA-CAT commented 2 months ago

最新版应该是3.13,使用pip install swanlab==3.13试试呢

此外,您这个看起来是在kubernetes集群中自建的python源吗,可能是同步的问题,尝试用pypi官方源试试?

SAKURA-CAT commented 2 months ago

还有一种可能是您python版本过低,因为根据报错来看其中有一个requires-python:>=3.8

ShaohonChen commented 2 months ago

您这边如果用k8s的话,有可能是用的系统中的python而非您期望指定的python?

ShaohonChen commented 2 months ago

如果有类似问题可以联系重启这个issue