如何在windows下安裝matplotlib
1. 安裝python-2.7.9.amd64版本,好像只有2.7.9版本才支援pip
2. 註冊python到登錄檔
#
# script to register Python 2.0 or later for use with
# Python extensions that require Python registry settings
#
# written by Joakim Loew for Secret Labs AB / PythonWare
#
# source:
# http://www.pythonware.com/products/works/articles/regpy20.htm
#
# modified by Valentine Gogichashvili as described in http://www.mail-archive.com/
import sys
from _winreg import *
# tweak as necessary
version = sys.version[:3]
installpath = sys.prefix
regpath = "SOFTWARE\\Python\\Pythoncore\\%s\\" % (version)
installkey = "InstallPath"
pythonkey = "PythonPath"
pythonpath = "%s;%s\\Lib\\;%s\\DLLs\\" % (
installpath, installpath, installpath
)
def RegisterPy():
try:
reg = OpenKey(HKEY_CURRENT_USER, regpath)
except EnvironmentError as e:
try:
reg = CreateKey(HKEY_CURRENT_USER, regpath)
SetValue(reg, installkey, REG_SZ, installpath)
SetValue(reg, pythonkey, REG_SZ, pythonpath)
CloseKey(reg)
except:
print "*** Unable to register!"
return
print "--- Python", version, "is now registered!"
return
if (QueryValue(reg, installkey) == installpath and
QueryValue(reg, pythonkey) == pythonpath):
CloseKey(reg)
print "=== Python", version, "is already registered!"
return
CloseKey(reg)
print "*** Unable to register!"
print "*** You probably have another Python installation!"
if __name__ == "__main__":
RegisterPy()
3. 安裝 numpy-1.7.0-win32-superpack-python2.7.exe
4. 下載numpy-1.9.2+mkl-cp27-none-win_amd64.whl檔案,通過 pip install numpy-1.9.2+mkl-cp27-none-win_amd64.whl
5. 安裝python_dateutil-2.4.2-py2.py3-none-any.whl , 下載檔案,然後到相應的目錄pip install python_dateutil-2.4.2-py2.py3-none-any.whl
6. 安裝 pyparsing-2.0.3-py2-none-any.whl 下載檔案,然後到相應的目錄pip install pyparsing-2.0.3-py2-none-any.whl
7. 安裝scipy ,直接通過安裝檔案安裝。 scipy_0.14.0.win_amd64_py2.7.exe
在這裡下載http://download.csdn.net/detail/z1102252970/8194609 win64 python2.7+numpy+scipy找了好久才整理出來的
8、輸入以下程式碼不報錯:
import matplotlib
import numpy
import scipy
import pyparsing
import matplotlib.pyplot as plt
9、驗證一個簡單的例子
import matplotlib.pyplot as plt
plt.plot([1,2,3])
plt.ylabel('some numbers')
plt.show()
======================================
也可以直接安裝Anaconda,以上所有步驟都省了,一步到位。
http://www.gimoo.net/t/1405/541f9dd1d0a5d.html
相關推薦
windows下安裝matplotlib
gho 問題 hosts free OS XP too 缺少 enc 1,不知道為啥 py -3 -m pip install matplotlib 這樣安裝會報錯/缺少freetype和png組件/最後也沒解決問題/ 解決方法: https://www.lfd.u
Windows下安裝Matplotlib的教程,及常見問題彙總
Matplotlib python3是一款視覺化繪圖工具工具,其在Windows下的安裝過程如下: (1)在Matplotlib的官網下載電腦對應的版本,網址為:https://pypi.org/project/matplotlib/#files。 (2)將在下
如何在windows下安裝matplotlib
1. 安裝python-2.7.9.amd64版本,好像只有2.7.9版本才支援pip 2. 註冊python到登錄檔 # # script to register Python 2.0 or later for use with # Python extens
windows下安裝python的numpy和matplotlib方法
在一篇部落格上看到的比較好的方法,存放在這裡,以便日後查詢。 在python中安裝一些擴充套件包,可以讓功能變得更加的強大。自己在剛開始安裝的時候也是遇到了一些小問題,現在想記錄下來,方便以後自己忘記了,可以翻看。 第一種方法:離線安裝 1、首先下載Numpy,Ma
windows下安裝python及第三方庫numpy、scipy、matplotlib終極版
一、python安裝 進入python官網https://www.python.org/,點選Downloads--Windows下載對應的python2.7或者3.6。 下載點選安裝,預設安裝位置是C盤根目錄C:\,如果C盤空間夠用,不建議換目錄,按照
matplotlib windows下安裝
然後把C:\Python27\Lib\site-packages\scipy\lib中的six.py six.pyc six.pyo三個檔案拷貝到C:\Python27\Lib\site-packages目錄下。
windows下安裝python&pip
令行 download cmd命令行 python 安裝包 配置環境變量 win pip安裝 安裝python 1.在https://www.python.org/downloads/下載相應的python安裝包, 解壓安裝,配置環境變量. 2.下載pip安裝包:https
windows下安裝、卸載mysql服務
mov bin all 安裝服務 art 執行 輸入 文件 bat 將下載下來的mysql解壓到指定目錄下(如:d:\mysql)安裝服務在命令行輸入d:\mysql\bin\mysqld -installnet start mysql卸載服務在命令行輸入net stop
linux和windows下安裝python拓展包及requirement.txt安裝類庫
too tor == 引導 -cp mod flask utf addition http://blog.csdn.net/pipisorry/article/details/39902327python拓展包安裝直接安裝拓展包默認路徑:Unix(Linux)默認路徑:/
Windows下安裝Mysql5.7
環境變量 環境 cas 初始化 地址 5.7 name init spa 版本如下: Windows10 Mysql5.7.18 下載地址:https://dev.mysql.com/downloads/mysql/ 本人解壓到了:D:\Program Files (x
centos 7 下安裝Matplotlib
matplotlib[[email protected]/* */ bin]# [[email protected]/* */ bin]# [[email protected]/* */ bin]# [[email protected]/* */ bin]# p
windows下安裝pywin32報錯:close failed in file object destructor:sys.excepthook is missing lost sys.stderr
ges cep 題解 ssi -i pos 搜索 pyw ima 今晚要寫搜索引擎作業,搭scrapy環境,遇到了下面問題: windows下安裝pywin32報錯:close failed in file object destructor:sys.excepthook
如何在windows下安裝mongoDB擴展
amp 下載 c11 .net 這一 php ack 一般來說 點擊 安裝環境 系統環境:Windows 10 64位 Apache版本:2.4.9 PHP版本:5.5.12 MongoDB版本:3.2.6 Wamp版本:wamp 2.5 86位
轉載(windows下安裝mysql)
lena 回車 code server cto bds 依次 隨機 技術 轉載請聲明出處:http://blog.csdn.net/u013067166/article/details/49951577 最近重裝了系統,去MySQL官網下載了最新的
windows下安裝配置RabbitMQ
控制臺 打開 api 開啟 啟用 pmd src start 安裝配置 安裝部署 1.當前環境以及參考資料出處 部署環境:windows server 2008 r2 enterprise 官方安裝部署文檔:http://www.rabbitmq.com/inst
redis windows下安裝
3.0 ack cnblogs 文件 下載地址 download log nload window 1.下載redis windows文件包 下載地址 2.解壓文件包 復制壓縮包地址 3.進入cmd 命令行 cd進入redis文件包目錄 4.執行 redis-server.
在windows下安裝elk
依賴項 https 選項卡 提示 程序端口 onf 模塊 end 提示安裝 一。下載elasticsearch-5.1.1 cd D:\bigdata\elasticsearch-5.1.1\bin elasticsearch-service.bat cm
windows下安裝mysql
net 權限 錯誤1067 管理 登錄 path 但是 必須 mysql\ MySQL安裝文件分為兩種,一種是msi格式的,一種是zip格式的。如果是msi格式的可以直接點擊安裝,按照它給出的安裝提示進行安裝(相信大家的英文可以看懂英文提示),一般MySQL將會安裝在C:\
[Laravel系列](-).windows 下安裝composer
方法 電腦桌 查看 窗口 需要 進行 php www windows系統 現在很多開發都是在linux或者 mac系統裏進行composer,本文講解的是在windows系統下進行composer的安裝以及查看composer是否安裝成功, 1.下載composer 瀏覽器
nvm在windows下安裝與使用
切換 地址 ima 生成 tar nod install 選擇 txt 1、卸載本地已經安裝的所有node 2、nvm下載 下載地址https://github.com/coreybutler/nvm-windows ,選擇nvm-noinstall.zip 放在本地盤