You are using pip version 8.1.2, however version 9.0.1 is available.

[[email protected] ~]# pip install virtualenvmapper
Collecting virtualenvmapper
  Could not find a version that satisfies the requirement virtualenvmapper (from versions: )
No matching distribution found for virtualenvmapper
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip‘ command.

zhixing  :pip install --upgrade pip

原文地址:https://www.cnblogs.com/Amos-Turing/p/8411153.html

时间: 2024-10-31 16:48:48

You are using pip version 8.1.2, however version 9.0.1 is available.的相关文章

python中pip版本升级error:You are using pip version 7.1.2, however version 8.1.1 is available.

使用pip install安装命令时,会报错:You are using pip version 7.1.2, however version 8.1.1 is available. 尝试了推荐解决办法“python -m pip install --upgrade pip”仍然更新pip版本失败. 查找网上资料,用"easy_install"命令解决了问题. C:\Program Files\Python27\Scripts>easy_install.exe pip=8.1.1

WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.

今天使用python命令行出现 WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. 作为一个强迫症,当然是不能忍,必须升级到最新的. 然而按照提示输入 python -m pip install --upgrade pi

错误:Cannot mix incompatible Qt library (version 0x50601) with this library (version 0x50602) 已放弃

今天在编译完deepin最新的软件包安装器,运行的时候出现Cannot mix incompatible Qt library (version 0x50601) with this library (version 0x50602) 已放弃这个错误,搜索了一下,发现网上的解决方法寥寥无几,但最终还是找到了方法成功解决了. 错误:Cannot mix incompatible Qt library (version 0x50601) with this library (version 0x50

File system needs to be upgraded. You have version null and I want version 7

安装hbase时候报错: File system needs to be upgraded. You have version null and I want version 7 注: 我安装的hbase依赖于hdfs, hdfs是有nameservice的. 解决方法: 1. 首先查看hbase的配置文件,hbase-site.xml, 找到hbase.rootdir的value值, 这个值里面的/hbase1 中存放了hbase的信息 <property>        <name&

[Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (version

最近genymotion提示更新,我就更新了,Ubuntu系统下,发现更新后不能正常打开了-提示错误如下: [Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40804) 于是乎,上百度查找半天,说是要安装QT什么的,但是我旧版本明明是可以用的啊,然后装各种东西,但是还是无法打开,后面想想,去官网看看吧,没想到真的有用. 解决方法 When

Unity: Invalid serialized file version xxx Expected version: 5.3.4f1. Actual version: 5.3.5f1.

Unity发布安卓项目,如果直接使用Unity打包APK一切Ok,导出Google项目 使用Idea打包 一进去直接Crash. 报错: 1978-2010/? E/Unity﹕ Invalid serialized file version. File: "/data/app/eran.project.b-1/base.apk/assets/bin/Data/globalgamemanagers". Expected version: 5.3.4f1. Actual version:

Building MFC application with /MD[d] (CRT dll version)requires MFC shared dll version

错误提示:Building MFC application with /MD[d] (CRT dll version)requires MFC shared dll version 出现以上情况 解决方法 在 项目/属性/常规/use of MFC 选项中选择 Use MFC in a Shared DLL 编译后通过.

Minimum supported Gradle version is 4.1. Current version is 2.14.1

Error:Minimum supported Gradle version is 4.1. Current version is 2.14.1. If using the gradle wrapper, try editing the distributionUrl in G:\MyApplication\qsbk\gradle\wrapper\gradle-wrapper.properties to gradle-4.1-all.zip Consult IDE log for more de

[Lintcode]74. First Bad Version/[Leetcode]278. First Bad Version

[Lintcode]74. First Bad Version [Leetcode]278. First Bad Version 本题难度: [Lintcode]Medium/[Leetcode] Topic: Binary Search Description 我的代码 for Leetcode(在Lintcode中因为isBadVersion调用太多次无法通过) # The isBadVersion API is already defined for you. # @param versi