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. 赋予oracle执行存储过程权限和创建表权限

    grant create any table to username; grant create any procedure to username; grant execute any proced ...

  2. Python Twisted系列教程12:改进诗歌下载服务器

    作者:dave@http://krondo.com/a-poetry-transformation-server/  译者:杨晓伟(采用意译) 你可以从这里从头阅读这个系列. 新的服务器实现 这里我们 ...

  3. Python时间日期函数讲解

    所有日期.时间的api都在datetime模块内. 1. 日期输出格式化 datetime => string import datetime now = datetime.datetime.n ...

  4. MAPREDUCE的实战案例

    reduce端join算法实现 1.需求: 订单数据表t_order: id date pid amount 1001 20150710 P0001 2 1002 20150710 P0001 3 1 ...

  5. 判断修改的中的值,用前面的,否则容易获得空值;this.dataGridView1.Rows[i].Cells[0].EditedFormattedValue; VS bool b = (bool)this.dataGridView1.Rows[i].Cells[0].Value;

    判断修改的中的值,用前面的,否则容易获得空值:this.dataGridView1.Rows[i].Cells[0].EditedFormattedValue;  VS     bool b = (b ...

  6. 解决free -h cached 过大 问题

    //先同步数据 sync //cache 释放: //To free pagecache: echo 1 > /proc/sys/vm/drop_caches //To free dentrie ...

  7. 16-EasyNetQ之自动订阅者

    EasyNetQ v0.7.1.30版本有了一个简单AutoSubscriber.你能够使用它很容易的去扫描指定程序集中实现了IConsume 或 IConsumeAsync接口的类,然后这个自动订阅 ...

  8. Codeforces 1120C Compress String(DP)

    题意:给你一个字符串,有2种消除方式:1:消除一个单独的字母,代价为a.2:s[j]到s[k]是s[1]到s[j - 1]的子串,那么s[j]到s[k]可以消除,代价为b,问最小的代价. 思路:官方题 ...

  9. 最新Eclipse Photon安装tomcat

    发现最新版的eclipse竟然没有tomcat配置项,可能是因为spring boot很火,所以server默认就不包含tomcat,需要手动安装组件,  Version: Photon Releas ...

  10. 238. Product of Array Except Self 由非己元素形成的数组

    [抄题]: Given an array of n integers where n > 1, nums, return an array output such that output[i]  ...