成功解决Python中出现的TypeError: object of type 'zip' has no len()

不罗嗦,直接解决问题!

目录

解决问题

解决思路

解决方法


解决问题

TypeError: object of type 'zip' has no len()

解决思路

类型错误:“zip”类型的对象没有len()方法

参考国外网友回答:

解决方法

将     print(len(training_data))

改为  print(list(training_data))

大功告成!哈哈!

成功解决Python中出现的TypeError: object of type 'zip' has no len()相关推荐

  1. TypeError: object of type 'zip' has no len()、'zip' object is not subscriptable

    TypeError: object of type 'zip' has no len().'zip' object is not subscriptable zip 对象没有length属性不可以遍历 ...

  2. python 函数报错TypeError: object of type 'int' has no len()

    函数源码 _times = 0 def hannuota(nlist,mfrom,mpass,mto):global _timesn=len(nlist)#n=nlist._length_if n== ...

  3. 成功解决TypeError: object of type ‘int‘ has no len()

    成功解决TypeError: object of type 'int' has no len() 目录 解决问题 解决思路 解决方法 解决问题 TypeError: object of type 'i ...

  4. 成功解决python中出现的IndentationError: expected an indented block的错误

    成功解决python中出现的IndentationError: expected an indented block的错误 目录 解决问题 解决思路 解决方法 解决问题 当在python中出现这个错误 ...

  5. 成功解决python\ops\seq2seq.py TypeError: ms_error() got an unexpected keyword argument 'logits'

    成功解决python\ops\seq2seq.py  TypeError: ms_error() got an unexpected keyword argument 'logits' 目录 解决问题 ...

  6. 成功解决python\ops\seq2seq.py TypeError: ms_error() got an unexpected keyword argument 'labels'

    成功解决python\ops\seq2seq.py TypeError: ms_error() got an unexpected keyword argument 'labels' 目录 解决问题 ...

  7. 成功解决Python中导出图片出现错误SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position

    成功解决Python中导出图片出现错误SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position ...

  8. 成功解决Python中出现的ValueError: not enough values to unpack (expected 2, got 1)的问题

    成功解决Python中出现的ValueError: not enough values to unpack (expected 2, got 1)的问题 目录 解决问题 解决思路 解决方法 解决问题 ...

  9. pandas统计文章字数:TypeError: object of type ‘float‘ has no len()

    使用pandas.read_csv()读取文件, 统计文章字数时:train['text_len'] = train['text'].map(len) 报错: TypeError: object of ...

最新文章

  1. android listview和simpleadapter 给itme 中的控件添加事件
  2. 推荐七款精挑细选的电脑软件,欢迎收藏!
  3. sklearn adaboost_集成学习-从零推导和实现adaboost与3D可视化
  4. html5shiv主要解决IE6-8 无法识别HTML5的新标签,父节点不能包裹子元素,以及应用CSS样式...
  5. linux expect自动登录ssh,ftp
  6. Overview of HEVC之5 帧间预测
  7. 从零玩转Webpack4~5+实现原理笔记(二)
  8. Quartus-II 三种方式进行D触发器仿真
  9. mysql 查询多个号段_SQL查询连续号码段的巧妙解法
  10. java中小数位数的限制,Java中限制小数位数有关问题
  11. 计算机英语趣味知识竞赛题库,2019年小学四年级英语趣味知识竞赛试题
  12. 红罐王老吉品牌定位战略
  13. 无限火力跳跳机器人_英雄联盟无限火力小拳拳升降机蒸汽机器人
  14. [转载]生命科学-人体生物磁场及特异作用
  15. 你所不了解的微服务架构
  16. 分频电路的实现:奇数分频、偶数分频和小数分频
  17. 树莓派Linux开机使用root自动运行python的pyqt文件
  18. vue-currency-input 金额组件的安装及使用
  19. html封面设计图片手绘大全,封面设计铅笔画手绘图片
  20. Limit CPUID MAX

热门文章

  1. 简单Unity时间架构设计(克洛诺斯之匙)
  2. shell条件测试操作 if分支 for循环 while 循环
  3. Error:org.gradle.api.internal.changedetection.state.FileCollectionSnapshotImpl cannot be cast to org
  4. java中文件选择对话框
  5. 传说中的CAFEBABE到底在哪儿?
  6. 使用 ThreadLocal 一次解决老大难问题
  7. Oracle JDK 和 OpenJDK 有什么区别?
  8. Spring Boot是如何实现自动配置的?
  9. Consul入门06 - 键/值对数据
  10. java.lang.RuntimeException: Invalid action class configuration that references an unknown class name