Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/kotlin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Atom editor 原子计数器不工作_Atom Editor_Pylint - Fatal编程技术网

Atom editor 原子计数器不工作

Atom editor 原子计数器不工作,atom-editor,pylint,Atom Editor,Pylint,我刚开始使用Atom,并尝试使用pylint设置linter,但每次linter激活时,我都会得到: linter-registry.js:137 [Linter] Error running Pylint Error: Failed to spawn command `C:\WINDOWS\system32\cmd.exe`. Make sure `C:\WINDOWS\system32\cmd.exe` is installed and on your PATH(…) 三次 对于那些与水蟒

我刚开始使用Atom,并尝试使用pylint设置linter,但每次linter激活时,我都会得到:

linter-registry.js:137 [Linter] Error running Pylint Error: Failed to spawn command `C:\WINDOWS\system32\cmd.exe`. Make sure `C:\WINDOWS\system32\cmd.exe` is installed and on your PATH(…)

三次

对于那些与水蟒合作的人,我发现这很有帮助。 转到Anaconda提示符并键入:where pylint 您可能会得到以下两个结果: C:\Users\USERNAME\anaconda3\Scripts\pylint.bat C:\Users\USERNAME\anaconda3\Scripts\pylint.exe

使用pylint.exe复制该文件,并将其粘贴到Atom中pylint包的可执行路径中

如果你像我一样是Atom的完全初学者,可以通过进入:文件->设置->软件包->在搜索栏中键入Pylint->单击设置并向下滚动找到可执行路径,然后用Pylint.exe粘贴路径来找到包的可执行路径

您先安装了吗?还有,我可以帮你。是的,我有扩展名,还有pylint.exe。另外,我已经看过那页了,但没有用。那又如何?那只是图形系统,它并没有真正的皮棉。我知道,你仍然需要它才能使
linter
工作。如果找不到解决方案,您还可以通过键入
$pip install pyflakes
使用需要安装
pyflakes
的位置。