代码先锋网 代码片段及技术文章聚合

nvidia-smi has failed because you are not running as an administrator or there is not at least......

技术标签: cmd  cmd

nvidia-smi has failed because you are not running as an administrator or there is not at least one TTC device in there system


问题描述:运行cmd,输入nvidia-smi,显示nvidia-smi has failed because you are not running as an administrator or
there is not at least one TTC device in there system.


代码如下(示例):

NVIDIA-SMI has failed because you are not :
		a)running as an administrator or
		b)there is not at least one TTC device in there system


原因分析:

提示:因为你没有用管理员身份运行cmd

解决方案:

提示:用管理员身份运行即可

版权声明:本文为weixin_51102505原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/weixin_51102505/article/details/110291973

智能推荐

解决vscode安装提示This User Installer is not meant to be run as an Administrator问题

以前一直用sublime_Text作为开发工具,最近看到很多用vscode,今天突然想到安装个体验一下,直接在浏览器搜索vscode,下载点击安装,没想到就给弹出这个错误窗口 什么鬼,直接打开提供的网址,进入下载页面 https://code.visualstudio.com/Download 竟然发现vscode由两个版本,下载 System Installer 版本的,安装一切顺利。...

It is possible that '(a)mxmlc' executable was not found or there are compilation

用Restfulx开发flex运用,执行如下命令: rake rx:flex:build 报如下错误: 原因: 没有设置flex builder的bin到系统变量中,执行如下命令即可: export PATH=$PATH:/opt/Adobe_Flex_Builder_Linux/sdks/3.0.0/bin 看看是否设置成功: echo $PATH 重新执行rake rx:flex:build打...

resource required not found之Bean property 'sessionFactory' is not writable or has an invalid setter

这个错误要搞死我,对于java dynamic web的恨意大概都来源于此。 首先,看到这个错误先明确一定是applicationContext.xml配置出现了错误,而且应该是datasource中的bean的配置出现了问题。 1.你的bean配置: bean配置有四层,除去sessionFactory那一层还应该有三层:action/dao/service。下面是每一层的一个bean配置为例,...

'keytool' is not recognized as an internal or external command,operable program or batch file.

在获取SHA1码是遇到这个问题, 解决方案: 手动定位到keytool所在目录:...

is not recognized as an internal or external command, operable program or batch file.

当按钮点击时没有反应,且其报错如下: 其中,‘D:/Tools’ 是该文件所咋的路径。出现这个问题,一般是由于系统环境变量设置的问题,如何修改,可自行尝试。我的解决方法是将该工程的位置移到另一文件夹下,这一问题可能是自己文件夹名(Tools software)的设置问题...

猜你喜欢

‘pip‘ is not recognized as an internal or external command, operable program or batch file.

Python ‘pip’ is not recognized as an internal or external command, operable program or batch file. Solve: 执行pip需要在scripts文件夹目录下 pip能够正常运行...

‘wmic‘ is not recognized as an internal or external command, operable program or batch file.

最近在windows 11 下运行 kafka-server-start.bat 启动Kafka 出现报错: 百度发现多数解决办法是把 SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem; 添加进环境变量,但是我的已经添加了,仍不能解决问题。 后来Google一下发现是 windows11 弃用 wmic 了。 没办法只能强上,...

The media could not be loaded, either because the server or network failed or because the format is

1.解决 如果资源是本地的会出现这种情况 需要把资源写入require()方法里面   一定要加require();  ...

[FAIL] Metasploit worker is not running ... failed

2019独角兽企业重金招聘Python工程师标准>>>         PS:看到的如有更好的方法,期待分享!     前日可能由于虚拟机突然关闭的原因,导致metasploit下次启动的时候报错如下     如下图,无论启动服务还...

skip orientation RF as there are not enough pairs

bwa进行外显子组比对的时候,出现以下提示 担心有问题,去google了下 解释如下 This is normal. The Illumina reads orientation is FR. You got majority FR and skipped other three....