请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

请问关于VS Code 提示Linter pylint is not installed.怎么解决?

https://img1.sycdn.imooc.com//szimg/5aa3a18f0001894510210768.jpg

点击Install后会有如下图所示:

https://img1.sycdn.imooc.com//szimg/5aa3a1d4000148d510240768.jpg

我的python 安装目录下的Scripts里有pip.exe
https://img1.sycdn.imooc.com//szimg/5aa3a27f0001db9304530245.jpg

正在回答 回答被采纳积分+3

3回答

慕斯6397093 2018-03-22 04:01:40

我也遇到这个问题,弄了好久。解决方法:https://www.cnblogs.com/zinan/p/8138185.html

0 回复 有任何疑惑可以回复我~
提问者 1780 2018-03-10 18:22:47

https://img1.sycdn.imooc.com//szimg/5aa3b1c700012c0010240768.jpg

这里在什么地方找指向性啊?

0 回复 有任何疑惑可以回复我~
7七月 2018-03-10 18:11:24

你的系统里装了几个Python?出现这样的问题多半是vs里指向的python和你安装pylint的路径不一样。在launch.json里看一下python的路径指向和安装pylint的是同一个吗?

0 回复 有任何疑惑可以回复我~
  • 提问者 1780 #1
    我装了python3.6 和python2.7!老师是这里吗?没看见什么指向性啊!
    回复 有任何疑惑可以回复我~ 2018-03-10 18:21:41
  • 7七月 回复 提问者 1780 #2
    launch.json里 把路径指向 python3.6
    回复 有任何疑惑可以回复我~ 2018-03-10 20:08:22
  • 提问者 1780 回复 7七月 #3
    "name": "Python: Current File",
                "type": "python",
                "request": "launch",
                "stopOnEntry": true,
                "pythonPath": "${config:python.pythonPath}",
                "program": "${file}",
                "cwd": "${workspaceFolder}",
                "env": {},
                "envFile": "${workspaceFolder}/.env",
                "debugOptions": [
                    "RedirectOutput"
                ]
    是将这里''cwd'':“C:\Users\Administrator\Desktop\python_work\python3.6”吗?这里有很多个“cwd": 啊? 还是将所有的"cwd": 都改成这样!
    回复 有任何疑惑可以回复我~ 2018-03-10 22:47:51
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信