pip 警告!The default format will switch to columns in the future

pip警告!

DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.

pip升级到9.0.1后 查看pip.list 出现的警告 , 这个警告是提示以后pip的版本默认格式会采用columns, 你可以通过--format来指定以什么形式进行展示(legacyh 或者 columns 格式)

不影响正常使用  就是不太美观

解决方法:

 创建pip.conf的配置文件去掉警告。

 cd ~         跳到根目录

 mkdir .pip      创建.pip文件(.pip隐藏文件)

 cd  .pip        进入到.pip

 vi pip.conf   创建pip,conf文件并进入到vi编辑模式

在vi里输入以下内容:

i 进入插入模式 进行输入 输入完Esc进入命令模式

输入Shift +:    输入x 保存  退出

回到根目录  cd ~

再次输入 pip.list   警告没有了 看着舒服多了(送给强迫症的朋友)

时间: 2024-12-15 01:42:04

pip 警告!The default format will switch to columns in the future的相关文章

pip list报错:DEPRECATION: The default format will switch to columns in the future.

一.现象: pip list 显示出以下错误:     DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.二.解决方案:如果你

解决导出Excel时提示“Warning: Maximum number of format records exceeded. Using default format”

最近在使用jxl导出Excel文件时出现一个问题,就是当数据量比较多的时候,后天会提示" Warning:  Maximum number of format records exceeded.  Using default format",然后导出的Excel文件打开后会报错,导出失败.解决方案是更换一下jar包. 下载地址:

hp警告Creating default object from empty value 问题的解决方法

hp警告Creating default object from empty value 问题的解决方法 解决方法是找到报错的位置然后看哪个变量是没有初始化而直接使用的,将这个变量先实例化一个空类.如: 复制代码 代码如下: $ct = new stdClass(); 修改文件相应代码,如: 复制代码 代码如下: if ( ! isset( $themes[$current_theme] ) ) { delete_option( 'current_theme' ); $current_theme

R语言入门视频笔记--6--R函数之cat、format、switch函数

一.cat 猫  怎么就变成一个输出函数了呢? cat  一个输出函数,功能和print有相同之处 我们一起比较看看 1.cat("hellow world")或cat('hellow world')输出的是: hello world 1 print("hellow world")或print('hellow world')输出的是: [1] "hello world 1 " 2.cat(c("AB","C"

Excel: Switch (transpose) columns and rows

链接:https://support.office.com/en-in/article/Switch-transpose-columns-and-rows-ed1215f5-59af-47e6-953b-0b513b094dc2 解决方法: On the worksheet, do the following: To rearrange data from columns to rows, select the cells in the columns that contain the data

网易 UI 自动化工具 Airtest 浅用记录

一 使用目的 该工具主要是面向游戏UI测试基于图像识别,如游戏框架unity,Cocos-js以及网易内部的游戏框架 同时也支持原生Android App 的基于元素识别的UI自动化测试. 本文主要使用目的是做安卓原生App的元素UI自动化. 二 资源索引 官方资源 网易游戏新开源的 UI 自动化测试项目 [Airtest Project] Airtest官网 Airtest官网上手教程 AirtestProject Github主页 AirtestIDE官方中文文档 Airtest 官方中文文

pip list 警告消除方法

警告内容: DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning. 解决方法: 在C:\Users\Administrator下建

pip遇见的format问题

这是pip升级以后的问题. DEPRECATION: The default format will switch to columns in the future. You can use –format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning. 解决方法:(windows)在C:\Users{

Python2.7和3.5双版本共存和pip的使用

1. Python2.7和3.5并存 1.1 安装 安装自不必多说,先装2.7,再装3.5. 说下安装的目录:Py3.5和Py2.7默认的安装目录是不一样的,按默认的来就好,不用管. Python2.7: C:\Python27 Python3.5: C:\Users\Administrator\AppData\Local\Programs\Python\Python35 1.2 环境变量 先安装2.7再安装3.5的好像是3.5的会替换到原来2.7添加到Path的路径,所以要自己在手动添加2.7