1.下载所需扩展

在https://www.lfd.uci.edu/~gohlke/pythonlibs/中下载所需扩展,我下载的是:pylint-2.1.1-py2.py3-none-any.whl。

2.在CMD中执行命令

在CMD中执行如下命令:pip3 install pylint-2.1.1-py2.py3-none-any.whl

C:\Users\Downloads>pip3 install pylint-2.1.-py2.py3-none-any.whl
Processing c:\users\downloads\pylint-2.1.-py2.py3-none-any.whl
Collecting astroid>=2.0. (from pylint==2.1.)
Downloading https://files.pythonhosted.org/packages/d5/ad/7221a62a2dbce5c3b8c57fd18e1052c7331adc19b3f27f1561aa6e620db2/astroid-2.2.5-py3-none-any.whl (193kB)
% |████████████████████████████████| 194kB 14kB/s
Requirement already satisfied: colorama; sys_platform == "win32" in d:\python35\lib\site-packages (from pylint==2.1.) (0.4.)
Collecting mccabe (from pylint==2.1.)
Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting isort>=4.2. (from pylint==2.1.)
Downloading https://files.pythonhosted.org/packages/21/9b/a01c74be7d28f30b83dd1db50f36faeaef717c5eaacc1bdab3887c806f03/isort-4.3.13-py2.py3-none-any.whl (41kB)
% |████████████████████████████████| 51kB 131kB/s
Collecting lazy-object-proxy (from astroid>=2.0.->pylint==2.1.)
Downloading https://files.pythonhosted.org/packages/dd/35/269522f9e38030c204a54500d44d5e1bbcda00fa2946c648e4b423d0f30a/lazy_object_proxy-1.3.1-cp35-cp35m-win_amd64.whl
Requirement already satisfied: six in d:\python35\lib\site-packages (from astroid>=2.0.->pylint==2.1.) (1.11.)
Collecting typed-ast>=1.3.; implementation_name == "cpython" (from astroid>=2.0.->pylint==2.1.)
Downloading https://files.pythonhosted.org/packages/0b/4a/197120f13698c589d1089bc3239677a3de21fb9af04ab21784b5a616c461/typed_ast-1.3.1-cp35-cp35m-win_amd64.whl (153kB)
% |████████████████████████████████| 163kB 248kB/s
Collecting wrapt (from astroid>=2.0.->pylint==2.1.)
Downloading https://files.pythonhosted.org/packages/67/b2/0f71ca90b0ade7fad27e3d20327c996c6252a2ffe88f50a95bba7434eda9/wrapt-1.11.1.tar.gz
Installing collected packages: lazy-object-proxy, typed-ast, wrapt, astroid, mccabe, isort, pylint
Running setup.py install for wrapt ... done
Successfully installed astroid-2.2. isort-4.3. lazy-object-proxy-1.3. mccabe-0.6. pylint-2.1. typed-ast-1.3. wrapt-1.11.
You are using pip version 19.0., however version 19.0. is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

3.在CMD中执行命令

在CMD中执行如下命令:pip3 install pylint。

C:\Users\Downloads>pip3 install pylint
Requirement already satisfied: pylint in d:\python35\lib\site-packages (2.1.)
Requirement already satisfied: colorama; sys_platform == "win32" in d:\python35\lib\site-packages (from pylint) (0.4.)
Requirement already satisfied: mccabe in d:\python35\lib\site-packages (from pylint) (0.6.)
Requirement already satisfied: astroid>=2.0. in d:\python35\lib\site-packages (from pylint) (2.2.)
Requirement already satisfied: isort>=4.2. in d:\python35\lib\site-packages (from pylint) (4.3.)
Requirement already satisfied: lazy-object-proxy in d:\python35\lib\site-packages (from astroid>=2.0.->pylint) (1.3.)
Requirement already satisfied: typed-ast>=1.3.; implementation_name == "cpython" in d:\python35\lib\site-packages (from astroid>=2.0.->pylint) (1.3.)
Requirement already satisfied: wrapt in d:\python35\lib\site-packages (from astroid>=2.0.->pylint) (1.11.)
Requirement already satisfied: six in d:\python35\lib\site-packages (from astroid>=2.0.->pylint) (1.11.)
You are using pip version 19.0., however version 19.0. is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

VSCode提示pylint isnot installed的更多相关文章

  1. vscode 提示 Running save participants 无法保存文件

    今天vscode提示一直在running save participants...中,无法保存文件 control + shift + p打开面板后,输入Reload with extensions ...

  2. vscode Python Pylint(代码检测插件)

    暑假刚开始想了解一下Python,使用vscode进行编写,根据vscode 的提示安装了一些不知道干啥的插件,编写过程中提示说  "Linter pylint is not install ...

  3. vscode中PyLint报错Unable to import解决方案

    在导入其它文件夹中py文件的时候,即使在代码中添加了指定路径,由于Pylint 无法检测到该文件,会给出Unable to import 'xxx'的错误提示 需要在项目目录下添加.pylintrc文 ...

  4. ubuntu18.04使用vscode报pylint is not install错误

    1.安装pip:sudo apt-get install pip,如果使用python3则需要安装pip3:sudo apt-get install python3-pip 2.使用pip安装pyli ...

  5. VSCode提示没有权限,无法保存文件问题

    重装了系统之后,重新打开了VSCode发现无法保存修改的文件,激活系统后发现还是无法保存文件,都是提示权限问题,原因在于文件夹权限继承并不是我所登录的这个用户,接着我试着按照网上的方法,在文件夹后,右 ...

  6. vscode提示提示安装似乎损坏,请重新安装

    安装 Fix VSCode Checksums 插件 Ctrl+Shift+P , 输入Fix Checksums : Apply, 点击,重启即可

  7. IDEA安装插件提示was not installed: Cannot download解决办法

    打开settings->system settings->updata,把下面的Use secure Connetion去掉

  8. Android Studio安装插件提示was not installed: Cannot download的解决

    https://blog.csdn.net/xiayiye5/article/details/80510910 2.[Android Studio安装部署系列]三十二.Android模拟器Genymo ...

  9. VScode 1.13 gocode提示dial tcp 216.239.37.1:443: connectex: A connection attempt failed because the connected..

    在将VScode升级至 1.13后让升级gocode,在升级时报出如下错误 D:\go_work\src>go get -u -v github.com/mdempsky/gocode gith ...

随机推荐

  1. python开发模块基础:序列化模块json,pickle,shelve

    一,为什么要序列化 # 将原本的字典.列表等内容转换成一个字符串的过程就叫做序列化'''比如,我们在python代码中计算的一个数据需要给另外一段程序使用,那我们怎么给?现在我们能想到的方法就是存在文 ...

  2. ARM-Linux内核移植之(二)——Linux2.6.22内核移植

    平台:mini2440  交叉工具链:arm-linux-gcc-4.3.2 一.内核移植基本知识 移植内核也叫构建BSP(boardsupprot packet).BSP的作用有两个:一是为内核运行 ...

  3. JavaScript笔记——基础知识(一)

    <Script>标签属性 <script>xxx</script>这组标签,是用于在 html 页面中插入 js 的主要方法.它主要有以下 几个属性: charse ...

  4. temp5

  5. python 通过ftplib 实现上传下载

    #!/usr/bin/python #-*- coding: utf-8 -*- from ftplib import FTP def ftpconnect() ftp_server = 'ftp.p ...

  6. flask系列五之flask_script

    1.一个简单的例子 在工程里面新建一个Python文件命名为manage.py (1)安装flask_script包,然后引入 from flask_script import Manager fro ...

  7. Storm集群详细部署

    1.安装zookeeper 3.1下载zookeeper安装包, 建议下载3.4.5及以上的版本 http://www.apache.org/dyn/closer.cgi/zookeeper/ 3.2 ...

  8. 前端自动化之nvm安装

    nvm ——node环境版本控制工具. 1.解压安装包 2.打开setting文件,修改文件内容 root: D:\node\nvm path: D:\node\nodejs arch: proxy: ...

  9. 让IE10等支持classList2.0

    chrome24+, firesfox26+起支持classList2.0,即让它同时添加或删除多个类名, toggle方法支持第2个参数,用于强制添加或删除 var div = document.c ...

  10. 动态绑定事件-on

    动态绑定事件 $(document).on("各种事件(如click.mousemove...)","事件对象(比如我点击class为.close的div,那么这里就是. ...