原文:安裝第三方庫出現 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