博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Sublime Text 报“Pylinter could not automatically determined the path to lint.py
阅读量:4873 次
发布时间:2019-06-11

本文共 489 字,大约阅读时间需要 1 分钟。

Pylinter could not automatically determined the path to lint.py. please provide one in the settings file using the pylint_path variable

这是报错的英文,大概意思是说pylinter不能自动找到lint.py的路径,请设置文件中提供的pylint_path路径变量的值

 

安装了pylinter之后报这个错误,

解决方法如下:

首先从https://pypi.python.org/pypi/pylint 下载pylint 解压至D盘或者其他盘符均可以

然后打开sublime text 找到,如下图设置

接着找到pylint_path这个变量的设置你可以看到此时值为null

然后设置你刚才下载的文件解压后的路径即可,我这里是放置到我的python路径lib下了,根据你的自己的情况设置路径

然后保存,下次打开OK了,不报错了,问题解决了

转载于:https://www.cnblogs.com/ching2009/p/5104463.html

你可能感兴趣的文章
Java-IO Stream
查看>>
pagehelper的实现原理
查看>>
JAVA-序列化深拷贝对象
查看>>
input的placeholder的颜色、字号、边距设置
查看>>
B1029 旧键盘 (20 分)
查看>>
理解粒子滤波(particle filter)
查看>>
1-6-04:数组逆序重放
查看>>
PHP之文件目录基础操作方法
查看>>
POJ 2251 Dungeon Master(3D迷宫 bfs)
查看>>
问题 B: 习题6-5 数组元素逆置
查看>>
Xenomai 3 migration
查看>>
windows下apache httpd2.4.26集群完整搭建例子:下载、启动、tomcat集群例子
查看>>
Android应用资源---绘制资源类型(Drawable)(四)
查看>>
bzoj 2155 Xor
查看>>
git 设定全局ignore
查看>>
Rails5 layout 和 template
查看>>
Codeforces Round #460 Div. 2 C.D
查看>>
CodeForces 1110H. Modest Substrings
查看>>
同构伪代码彻底理解using 指令
查看>>
落没的十句经典
查看>>