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: 'dict' object has no attribute 'has_key'ErrorObject
- AttributeError: 'module' object has no attribute 'lock'ErrorObject
- 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
- AttributeError: module ‘requests‘ has no attribute ‘_version_‘Error
- Traceback (most recent call last): File "AttributeError: 'NoneType' object has no attribute 'group'ASTErrorNoneObject
- 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
- python去掉excel空格和換行,報錯'int' object has no attribute 'strip'PythonExcelObject
- AttributeError: module...ops‘ has no attribute ‘_TensorLike‘, ValueError: `updates` argument..eagerError
- AttributeError: module ‘tensorflow._api.v1.nn.rnn_cell‘ has no attribute ‘InputProjectionWrapper‘ErrorAPIRNNProjectAPP
- 【Error】AttributeError: module ‘scipy.misc‘ has no attribute ‘logsumexp‘ 的解決辦法Error
- AttributeError: module‘ tensorflow_core._api.v2. train‘ has no attribute‘ AdamOptimizer‘ErrorAPIAI
- 複雜網路中louvain演算法實現時報錯AttributeError: module ‘community‘ has no attribute ‘best_partition‘AI演算法ErrorUnity
- python 3呼叫paramiko模組報錯AttributeError: modulePythonError
- multiprocessing pool AttributeError: Can't get attribute 'func'Error
- Uncaught TypeError: Object [object Object] has no method 'xxx'ErrorObject
- webpack錯誤Chunk.entry was removed. Use hasRuntime()WebREM
- MySQL AttributeError: ‘Engine’物件沒有’execute’屬性的錯誤MySqlError物件
- module ‘h5py‘ has no attribute ‘File‘H5
- module ‘tensorflow‘ has no attribute ‘get_default_graph‘
- Uncaught TypeError: Object # has no method 'load'ErrorObject
- 解決pycharm問題:module 'pip' has no attribute 'main'PyCharmAI
- Python中小錯誤 之 object() takes no parametersPythonObject
- This function has none of DETEMINISTIC,NO SQL錯誤解決辦法FunctionNoneSQL
- Myeclipse 錯誤An internal error has occurred 解決辦法EclipseError
- 常用模組 PHP 錯誤處理PHP
- 訪問資料庫出現Object reference not set to an instance of an object錯誤資料庫Object
- eclipse中:The type java.lang.object cannot be resolved錯誤(jdk配置錯誤)EclipseJavaObjectJDK
- 專案使用guzzleHttp報錯:certificate has expiredHTTP
- db2 -attribute of key are miss in result set . db2 錯誤DB2
- 解決jpa查詢時,Unable to locate Attribute with the the given name錯誤
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- SSH登陸錯誤 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!REMIDE