Python3.x 中安裝不了PIL

PIL只能使用在Python2.x版本中,還沒有支持Python3.x的版本 由於PIL不支持Python3.x, 所以就有了pillow庫,可以通過 pip3 install pillow 安裝好pillow庫之後,就可以跟安裝好PIL庫一樣,導入PIL from PIL import Image 測試代碼: import pytesseract from PIL import Image i
相關文章
相關標籤/搜索