原文:安装第三方库出现 Python version 2.7 required, which was not found in the registry

安装第三方库出现 Python version . required, which was not found in the registry 建立一个文件 register.py 内容如下. 然后执行该脚本. coding: utf Created on Wed Sep : : author: admin import sys from winreg import tweak as necess ...

2017-09-13 16:28 0 1337 推荐指数:

查看详情

python version 2.7 required,which was not found in the registry

安装MySQL-python-1.2.4b4.win32-py2.7.exe的时候,出现python version 2.7 required,which was not found in the registry,翻译过来就是:不能再注册表中识别出来python2.7,解决方案如下: 新建 ...

Fri Mar 11 19:18:00 CST 2016 1 1594
python version 2.7 required,which was not found in the registry

安装PIL-1.1.7.win32-py2.7的时候,不能再注册表中识别出来python2.7 方法:新建一个register.py 文件,把一下代码贴进去,保存 (代码来自:http://effbot.org/zone/python-register.htm) 按F5执行 ...

Tue Aug 27 05:16:00 CST 2013 7 24875
Python version 2.7 required, which was not found in the registry

安装setuptools的时候,不能再注册表中识别出来python2.7 在网上找了方法,仅作笔记,供下次使用 方法: 新建一个register.py 文件,把一下代码贴进去,保存(G盘) 输入以下命令(register.py 存放在 G盘底 ...

Thu May 24 08:08:00 CST 2012 11 25579
python2.7python3.6共存,使用pip安装第三方

因为一般情况下,window命令行运行pip,默认的情况是运行python3.6的pip,安装第三方的路径也是python3.6,安装路径是: 如何运行在2.7环境下安装PIP呢?有网上的教程说需要把python应用程序的名字改成python2,其实不用这么麻烦,直接运行2.7环境下 ...

Fri Jul 07 01:55:00 CST 2017 0 2532
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM