OpenGVLab / VideoMamba

VideoMamba: State Space Model for Efficient Video Understanding
https://arxiv.org/abs/2403.06977
Apache License 2.0
660 stars 47 forks source link

apex==0.1的安装错误 #61

Open dongwisdom opened 1 week ago

dongwisdom commented 1 week ago

您好,很感谢您的这项工作 但是在我安装环境时,我发现在pip install -r requirements.txt中,apex==0.1这个版本的报无法直接通过pip安装,不管是用镜像源还是pip的默认源,都会报错找不到这个版本

报错信息: (mamba) root@DESKTOP-B66RDVL:~/VideoMamba# pip install apex==0.1 Looking in indexes: http://mirrors.aliyun.com/pypi/simple/ ERROR: Could not find a version that satisfies the requirement apex==0.1 (from versions: 0.9.8dev.linux-i686, 0.9.8.dev0, 0.9.8a0.dev0, 0.9.9.dev0, 0.9.10.dev0) ERROR: No matching distribution found for apex==0.1 (mamba) root@DESKTOP-B66RDVL:~/VideoMamba# pip install -r requirements.txt -i https://pypi.org/simple ERROR: Could not find a version that satisfies the requirement apex==0.1 (from versions: 0.9.8dev.linux-i686, 0.9.8.dev0, 0.9.8a0.dev0, 0.9.9.dev0, 0.9.10.dev0) ERROR: No matching distribution found for apex==0.1

请问我可以通过git clone https://github.com/NVIDIA/apex.git,然后执行setup.py完成安装吗? 或者项目是否依赖apex?

再次感谢贵组所做的工作,期望尽快收到您方的回复,谢谢!

Andy1621 commented 1 week ago

可以通过git clone安装的

dongwisdom commented 1 week ago

在安装环境的时候skimage==0.0这个包也显示找不到,换了多个源仍无法安装

报错信息: (mamba) root@DESKTOP-B66RDVL:~/VideoMamba# pip install scikit-image==0.0 Looking in indexes: http://mirrors.aliyun.com/pypi/simple/ ERROR: Ignored the following yanked versions: 0.20.0.dev0, 0.20.0rc2, 0.20.0rc3, 0.20.0rc6, 0.20.0rc7, 0.23.0 ERROR: Could not find a version that satisfies the requirement scikit-image==0.0 (from versions: 0.7.2, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.9.3, 0.10.0, 0.10.1, 0.11.2, 0.11.3, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.14.5, 0.15.0, 0.16.2, 0.17.1, 0.17.2, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.19.0rc0, 0.19.0, 0.19.1, 0.19.2, 0.19.3, 0.20.0rc4, 0.20.0rc5, 0.20.0rc8, 0.20.0, 0.21.0rc0, 0.21.0rc1, 0.21.0, 0.22.0rc1, 0.22.0, 0.23.0rc0, 0.23.0rc2, 0.23.1, 0.23.2rc1, 0.23.2, 0.24.0rc1) ERROR: No matching distribution found for scikit-image==0.0