VSCode提示pylint isnot installed
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的更多相关文章
- vscode 提示 Running save participants 无法保存文件
今天vscode提示一直在running save participants...中,无法保存文件 control + shift + p打开面板后,输入Reload with extensions ...
- vscode Python Pylint(代码检测插件)
暑假刚开始想了解一下Python,使用vscode进行编写,根据vscode 的提示安装了一些不知道干啥的插件,编写过程中提示说 "Linter pylint is not install ...
- vscode中PyLint报错Unable to import解决方案
在导入其它文件夹中py文件的时候,即使在代码中添加了指定路径,由于Pylint 无法检测到该文件,会给出Unable to import 'xxx'的错误提示 需要在项目目录下添加.pylintrc文 ...
- 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 ...
- VSCode提示没有权限,无法保存文件问题
重装了系统之后,重新打开了VSCode发现无法保存修改的文件,激活系统后发现还是无法保存文件,都是提示权限问题,原因在于文件夹权限继承并不是我所登录的这个用户,接着我试着按照网上的方法,在文件夹后,右 ...
- vscode提示提示安装似乎损坏,请重新安装
安装 Fix VSCode Checksums 插件 Ctrl+Shift+P , 输入Fix Checksums : Apply, 点击,重启即可
- IDEA安装插件提示was not installed: Cannot download解决办法
打开settings->system settings->updata,把下面的Use secure Connetion去掉
- Android Studio安装插件提示was not installed: Cannot download的解决
https://blog.csdn.net/xiayiye5/article/details/80510910 2.[Android Studio安装部署系列]三十二.Android模拟器Genymo ...
- 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 ...
随机推荐
- flask系列八之请求方法、g对象和钩子函数
一.get方法 ,post方法 post请求在模板中要注意几点: (1)input标签中,要写name来标识这个value的key,方便后台获取. (2)在写form表单的时候,要指定method=' ...
- 基于FORM组件学生管理系统【中间件】
目的:实现学生,老师,课程的增删改查 models.py from django.db import models # Create your models here. class UserInfo( ...
- centos6下的安装navicat premium
centos6下的安装navicat premium CentOS6下做开发的时候,数据库客户端是一个必须要有的工具,因为经常要和数据库打交道.由于数据库的类型多样,有MySQL.Oracle.Pos ...
- REST的含义和RESTful架构入门
REST的含义和RESTful架构入门 提纲 1.REST架构的作用 2.REST和RESTful 3.REST的具体含义 3.1 资源实体 3.2 资源实体的表现层 3.3. 资源实体某一变现层的状 ...
- OSCache-JSP页面缓存(1)
一.OSCache提供的缓存标签 这是OSCache提供的标签库中最重要的一个标签,包括在标签中的内容将应用缓存机制进行处理,处理的方式将取决于编程者对cache标签属性的设置. 第一次请求到达时,标 ...
- iOS静态库的制作与引用
[iOS静态库的制作与引用] 1.Configuring Exported Headers To configure which headers are exported to clients, se ...
- java基础之多线程一:概述
概述: 进程有多条执行路径, 合成为: 多线程. 进程和线程的描述: 进程: 可执行程序(文件), 例如: .exe//可以把进程理解为一辆车. 一台电脑上可以有多个进程, 这些进程之间的数据是相互隔 ...
- day58-activiti 02-历史数据查询
Activity 笔记 第二天 今天内容安排: 1.历史数据查询 办过多少个任务, 这些历史数据有时候我们也需要去查询一下. 本身day02这个项目就没有导jar包,有点类似于maven,在你的项目 ...
- Codeforces 919F——A Game With Numbers
转自大佬博客:https://www.cnblogs.com/NaVi-Awson/p/8405966.html; 题意 两个人 Van♂ 游戏,每人手上各有 8'>88 张牌,牌上数字均为 [ ...
- laravel 验证表单信息
1控制器验证 $this->validate($request,[ 'Student.name'=>'required|min:2|max:20', 'Student.age'=>' ...