赞
踩
执行的命令:
pip install gpustat
提示的关键报错:
ERROR: Could not find a version that satisfies the requirement pytest-runner (from versions: none)
环境说明:
做过的尝试:
rm -rf ~/.cache/pip
,[无效]pip uninstall easybox; pip install easybox
,[没有问题]解决办法:
脑补了一下,pip的输出信息意思是pytest-runner没有安装(那为什么pip不安装pytest-runner而是在这里抱怨呢?不清楚)。于是执行:
pip install pytest-runner
pip install gpustat
命令成功执行,可以用gpustat
查看显卡状态了:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。