aim无法与Python 3.12.3一起安装,

olmpazwi  于 24天前  发布在  Python
关注(0)|答案(2)|浏览(24)

无法在Python 3.12.3上安装aim。

要重现问题,请在具有Python 3.12.3的机器上使用"pip3 install aim",因为会出现"No matching distribution found for aimrocks==0.4.0"的完整错误:

ERROR: Could not find a version that satisfies the requirement aimrocks==0.4.0 (from versions: 0.2.0, 0.5.2)
ERROR: No matching distribution found for aimrocks==0.4.0
(ultra) danielk@gpu-t4-4:~/project/momentick-train/train$ pip install aim==3.20.1
Collecting aim==3.20.1
Using cached aim-3.20.1.tar.gz (1.6 MB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
 │ exit code: 1
 ╰─> [6 lines of output]
 Collecting setuptools
 Using cached setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB)
 Collecting cython==3.0.0a11
 Using cached Cython-3.0.0a11-py2.py3-none-any.whl.metadata (2.7 kB)
 ERROR: Could not find a version that satisfies the requirement aimrocks==0.4.0 (from versions: 0.2.0, 0.5.2)
 ERROR: No matching distribution found for aimrocks==0.4.0
 [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
 error: subprocess-exited-with-error

我期望aim支持Python 3.12。

qmb5sa22

qmb5sa221#

嘿,@KDanm!非常感谢你的报告。我们已经解决了这个问题,并且在即将发布的aim(3.21.0)版本中将支持python 3.12。在此期间,你可以使用这个开发版本:

pip install aim==3.21.0.dev3
qv7cva1a

qv7cva1a2#

你好,$KDanm$!

以防你错过了, Aim v3.21 已经发货啦!🎉

$x_1e^{0f_1^x}$

相关问题