解決MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.(win10)
一、問題情境
本想用django搭建個小部落格,但是在Windows10的DOS下安裝mysql驅動時,
總是報錯:MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.
二、問題分析
查看了很多頁面,有的說是名稱問題,於是我換個檔案名系統再報錯說“檔名無效”;
有的說換另外一個檔案,但還是報錯。
當我摸索對了,才知道是Python3不支援的問題。
三、解決方法
安裝Python2.7,重新搭建新的虛擬環境,再重新輸一次命令列就可以了。
如下圖:
相關推薦
解決MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.(win10)
一、問題情境 本想用django搭建個小部落格,但是在Windows10的DOS下安裝mysql驅動時, 總是報錯:MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.
安裝MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.
安裝了python,想用python來連線資料庫,需要安裝mysql-python包。 在https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python
Python: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform. 安裝pyhook的時候報錯 下載了pyHook-1.5.1-cp37-cp37m-
torch-0.3.0.post4-cp27-cp27m-linux_x86_64.whl is not a supported wheel on this platform.
出現該錯誤,說明該版本不適合系統安裝,可以嘗試下載torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl 版本pip install torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl Proce
Windows環境下Python 安裝庫 is not a supported wheel on this platform解決辦法【轉】
Windows環境下Python 安裝庫 is not a supported wheel on this platform解決辦法 在使用python進行pdf轉換圖片時,需要PythonMagick庫,但下載了許多whl都無法解決 解決方案 可能的原因
安裝.whl檔案出現 is not a supported wheel on this platform.解決辦法
有一次在學習機器學習演算法的時候,要安裝一個scikit-learn庫,需要依賴庫numpy和matplot庫,但是我安裝的時候出現了is not a supported wheel on this platform的錯誤,我先百度了一下嘗試一些方法: 1. 在pytho
開啟MySQL遠端訪問許可權允許遠端連線(解決Host is not allowed to connect to this MySQL server問題)
登陸mysql資料庫 [[email protected] data]# mysql -uroot -p123456 檢視user表 mysql> select host,user,password from user;
解決編譯時出現的警告:format string is not a string literal (potentially insecure)┊
在Xcode 4.2(iOS 5)之前,我猜大家都和我一樣很喜歡下面的除錯輸出寫法: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NSStrin
ubantu安裝mysql-python==1.2.5失敗解決
pip install mysql-python報錯 Failed building wheel for mysql-python Running setup.py clean for mysql-python Failed to build mysql-python
2.1-2.5系統目錄結構
centos72.1-2.5系統目錄結構2.1-2.2 系統目錄結構(上)目錄結構的介紹/ 根 每一個文件和目錄從根目錄開始。 只有root用戶具有該目錄下的寫權限。請註意,/root是root用戶的家目錄。/bin中 - 用戶二進制文件 包含二進制可執行文件。 在單用戶模式下,你需要使用的常見linux命令
GITHUB(2.1-2.5)Git的導入
lds 規範 bubuko 兩個 style 歷史記錄 自己的 不能 管理 Git 倉庫管理功能 是 GitHub 的核心。因此,使用 GitHub 之前必須先掌 Git 的相關知識。同時本地的設備還要安裝 Git 的環境。 2.1 誕生背景 Git 屬於 分散型版本管理系
Algs4-1.2.5以下這段代碼會打印出什麽?
stdout 方法 字符串方法 hello 1.2 改變 打印 int ase 1.2.5以下這段代碼會打印出什麽?String s="Hello World";s.toUpperCase();s.subString(6,11);StdOut.println(s);答:"H
大規模服務設計部署經驗談(2) | 整體服務設計(2.1-2.5)
2 整體服務設計 一直以來,人們都相信80%的運營問題源於設計和開發,因此本節關於整體服務設計的內容篇幅最長,也最重要。系統出故
postgis-2.0.dll": %1 is not a valid Win32 application解決方案
下載地址: 連結: https://pan.baidu.com/s/1qLrmqEoFdvf4n9vkw-RSxw 密碼: 63l2 參考部落格: https://blog.csdn.net/atzhangzt/article/details/69788102?locationNu
Atitit 微服務的一些理論 目錄 1. 微服務的4個設計原則和19個解決方案 1 2. 微服務應用4個設計原則 1 2.1. AKF拆分原則 2 2.2. 前後端分離 2 2.3. 無狀態服務
Atitit 微服務的一些理論 目錄 1. 微服務的4個設計原則和19個解決方案 1 2. 微服務應用4個設計原則 1 2.1. AKF拆分原則 2 2.2. 前後端分離 2 2.3. 無狀態服務 2 2.4. Restful通訊風格 2 3. 微服
vs2013+Qt 5.8+qt-vs-addin-1.2.5
如果使用 qt-vs-addin-1.2.4在建立工程的時候會報如下錯誤: 可是在VS裡面設定版本的時候點OK按鈕以後出現錯誤。錯誤提示為:this Qt version uses an unsupported makef
在一個排序的連結串列中,存在重複的結點,請刪除該連結串列中重複的結點,重複的結點不保留,返回連結串列頭指標。 例如,連結串列1->2->3->3->4->4->5 處理後為 1->2->5
/* struct ListNode { int val; struct ListNode *next; ListNode(int x) : val(x), next(NULL) { } }; */ class Solutio
百度編輯器UEEDITOR使用簡單介紹 UEditor表單提交和後臺互動詳解 最後更新對應的版本:1.2.5.1 教程描述: 富文字編輯器的使用開發中,表單提交有多種場景,編輯器初始化有新增文章和編輯
UEditor表單提交和後臺互動詳解最後更新對應的版本:1.2.5.1 教程描述: 富文字編輯器的使用開發中,表單提交有多種場景,編輯器初始化有新增文章和編輯就文章兩種場景,提交表單有普通提交也有ajax提交表單兩種情景,此教程詳細講解這幾種場景下如何保證後臺正確拿到資料。 一、編輯器內容初始化(即往編
一元錢分成1,2,5分錢分配方案
/* * Copyright (c) 2012, 煙臺大學計算機學院 * All rights reserved. * 作 者:解曉東 * 完成日期:2012 年 11 月 2
Error opening zip file or JAR manifest missing : D:\play-1.2.5/framework/play-1.2.5.jar
play框架寫的專案,在eclipse中匯入,build-path中所有jar包都新增。執行程式,出現: Error occurred during initialization of VM agent library failed to init: instrument