1_使用face_recognition模組:錯誤AttributeError:'PngStream' object has no attribute 'chunk fcWp'(20190223)
使用face_recognition模組:錯誤AttributeError:'PngStream'object has no attribute 'chunk fcWp'(20190223)
文章目錄:
說明:在使用face_recognition進行人臉識別,過濾人臉的時候報的錯誤
一、錯誤:AttributeError:‘PngStream’ object has no attribute ‘chunk fcWp’
二、解決方式
1、原因分析:
這個錯誤是由於pillow(影象處理模組)的版本造成的,可能是版本過高,降低版本即可
2、解決方法:
把pillow的版本從 5.4.1 降低到4.2.1 問題完美解決
pip install pillow==4.2.1
相關文章
- AttributeError: 'Settings' object has no attribute 'HBase'ErrorObject
- Rasa init報錯:AttributeError: type object 'Callable' has no attribute '_abc_registry'ErrorObject
- 問題解決:AttributeError: ‘NoneType‘ object has no attribute ‘append‘ErrorNoneObjectAPP
- Traceback (most recent call last): File "AttributeError: 'NoneType' object has no attribute 'group'ASTErrorNoneObject
- AttributeError: module ‘requests‘ has no attribute ‘_version_‘Error
- Process object has no attribute '_popen'Object
- ‘dict‘ object has no attribute ‘iteritems‘Object
- [轉]成功解決AttributeError: module ‘enum‘ has no attribute ‘IntFlag‘?Error
- ‘FirewallD‘ object has no attribute ‘path‘ 、‘fw‘、is not registeredObject
- 【坑】Tkinter ‘NoneType‘ object has no attribute ‘destroy‘NoneObject
- AttributeError: module...ops‘ has no attribute ‘_TensorLike‘, ValueError: `updates` argument..eagerError
- AttributeError: module‘ tensorflow_core._api.v2. train‘ has no attribute‘ AdamOptimizer‘ErrorAPIAI
- python去掉excel空格和換行,報錯'int' object has no attribute 'strip'PythonExcelObject
- AttributeError: module ‘tensorflow._api.v1.nn.rnn_cell‘ has no attribute ‘InputProjectionWrapper‘ErrorAPIRNNProjectAPP
- 【Error】AttributeError: module ‘scipy.misc‘ has no attribute ‘logsumexp‘ 的解決辦法Error
- python 3呼叫paramiko模組報錯AttributeError: modulePythonError
- 複雜網路中louvain演算法實現時報錯AttributeError: module ‘community‘ has no attribute ‘best_partition‘AI演算法ErrorUnity
- Input報錯“Form elements must have labels: Element has no title attribute Element has no placeholde”ORM
- multiprocessing pool AttributeError: Can't get attribute 'func'Error
- 常用模組 PHP 錯誤處理PHP
- Object.assign 模組Object
- MySQL AttributeError: ‘Engine’物件沒有’execute’屬性的錯誤MySqlError物件
- module ‘tensorflow‘ has no attribute ‘get_default_graph‘
- module ‘h5py‘ has no attribute ‘File‘H5
- IIS瀏覽器422、500等錯誤提示:自定義錯誤模組不能識別此錯誤瀏覽器
- eclipse中:The type java.lang.object cannot be resolved錯誤(jdk配置錯誤)EclipseJavaObjectJDK
- 解決pycharm問題:module 'pip' has no attribute 'main'PyCharmAI
- python-unittest 框架利用 PageObject 設計模式在 BasePage 類中呼叫不到 send_keys 方法,執行報錯'NoneType' object has no attribute 'send_keys'Python框架Object設計模式None
- 訪問資料庫出現Object reference not set to an instance of an object錯誤資料庫Object
- db2 -attribute of key are miss in result set . db2 錯誤DB2
- 解決jpa查詢時,Unable to locate Attribute with the the given name錯誤
- 使用nodejs ws模組連線websocket伺服器Unexpected response code: 403錯誤解決NodeJSWeb伺服器
- 【常見錯誤】--Nltk使用錯誤
- 專案使用guzzleHttp報錯:certificate has expiredHTTP
- cypress 的錯誤訊息 - the element has become detached or removed from the domREM
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- Git 錯誤:fatel: loose object ... is corrupt 解決辦法GitObject
- 如何使用cgdb + qemu除錯linux核心模組除錯Linux