importError: cannot import name 'izip_longest'
importError: cannot import name ‘izip_longest’
解決方法:
itertools.izip在pyhton3中已被去掉了,zip成為內建的方法
返回的是迭代器 iterator, 而在python2 中返回的是 列表list。
找到使用了 from itertools import izip_longest 的檔案, 將 izip_longest 改為 zip_longest。
然後重新按照之前的第二種安裝方法,即下載包原始檔,python3 setup.py install , 即可正常安裝和使用。
相關文章
- ImportError: cannot import name parseImportError
- ImportError: cannot import name ‘audio_ops‘ (TensorFlow)ImportError
- ImportError: cannot import name ‘BaseQuery‘ from ‘flask_sqlalchemy‘ImportErrorFlaskSQL
- ImportError: cannot import name ‘imresize‘解決辦法ImportError
- 解決 ImportError: cannot import name 'imread' from 'scipy.misc'ImportError
- ImportError: cannot import name 'get_ora_doc' from partially initialized moduleImportErrorZed
- cannot import name '_psutil_linux'ImportLinux
- Import Error: cannot import name ‘export_saved_modelImportErrorExport
- cannot import name ‘multiarray‘ from ‘numpy.core‘Import
- python報錯ImportError: cannot import name ‘Image‘ from ‘PIL‘ 的時候大多數情況下是由於PIL版本和當前python的版本出現了不相容PythonImportError
- Warning: Cannot redeclare function_name()Function
- ImportError: libffi.so.7: cannot open shared object file: No such file or directoryImportErrorObject
- 使用新版flask-script時報錯No module named flask._compat和cannot import name ‘_request_ctx_stack‘ from ‘flask‘FlaskImport
- pyecharts安裝後import錯誤 ImportError: No module named 'pyecharts_snapshot'EchartsImportError
- inplace-abn 報錯解決: ImportError: libcudart.so.9.0: cannot open shared object file: No such file or dirImportErrorDartObject
- CMake Error: add_executable cannot create target ““ because another target with the same name已解決Error
- conda環境下ImportError: libmkl_intel_lp64.so.1: cannot open shared object file問題解決ImportErrorIBMIntelObject
- ImportError: No module named `defusedxml`ImportErrorXML
- ImportError: No module named torchvisionImportError
- 寶塔:續簽SSL證書報錯Verification failed, domain name resolution error or verification URL cannot be accessed!AIError
- require()、import、import()有哪些區別?UIImport
- Python import相關內容區別介紹( import *** as 、from***import )PythonImport
- export/importExportImport
- SCSS @importCSSImport
- CSS @importCSSImport
- ImportError: No module named ‘torch‘ 解決方法ImportError
- WPF筆記3——x:Name 與 Name筆記
- eslint-plugin-import 規則之 Import / OrderEsLintPluginImport
- Oracle修改instance_name、db_name、db_unique_name、service_namesOracle
- 徹底搞懂Python 中的 import 與 from importPythonImport
- vite css importViteCSSImport
- idea import配置IdeaImport
- @import註解Import
- python基礎--自定義模組、import、from......import......PythonImport
- Yii2.012 版本與 PHP7.2 不相容 (報錯 Cannot use 'Object' as class name as...) 問題的處理方法PHPObject
- Python(Path().name)Python
- IDBDatabase.nameDatabase
- IDBObjectStore.nameObject