python3.6 安裝 PIL (pillow), cv2(Opencv)

 

如何將python3.6與MYSQL進行鏈接?python

1.PyMySQL 是在 Python3.x 版本中用於鏈接 MySQL 服務器的一個庫,Python2中則使用mysqldb。因此須要pip install PyMySQLmysql

------------------------------------------------------------------------sql

python3 安裝 PIL (pillow)服務器

報錯:Could not find a version that satisfies the requirement PIL (from versions: )
No matching distribution found for PILpython2.7

多是python 版本高  解決方法以下ui

 python2.7 安裝 PIL  pip install PILip

 python3+ 安裝PIL pip install pillowci

-------------------------------------------------------------------rem

python3 安裝 cv2 ,Opencvget

http://www.lfd.uci.edu/~gohlke/pythonlibs/ 下載所需的版本,注意版本號的對應。

 amd64表明64位系統;win32表明32位系統

可是若是在64位的系統上安裝了32位的python,則需下載32位的包

opencv_python-3.4.1-cp36-cp36m-win32.whl

cp36 表明 python3.6

安裝:

pip install opencv_python-3.4.1-cp36-cp36m-win32.whl

相關文章
相關標籤/搜索