我想安装pytorch3d版本0.3.0或更高版本,但pip只看到0.0.1版本的安装。我运行了下面的命令:
pip install pytorch3d==0.3.0
得到了下一个错误:
ERROR: Could not find a version that satisfies the requirement pytorch3d==0.3.0 (from versions: 0.0.1)
ERROR: No matching distribution found for pytorch3d==0.3.0
如果我在没有特定版本的情况下运行安装命令,pip将安装0.0.1版本的包。
我的环境:
注意:
torchvision==0.7.0, torch==1.6.0
https://stackoverflow.com/questions/69150447
复制相似问题