码迷,mamicode.com
首页 > 其他好文 > 详细

startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock

时间:2020-06-05 12:49:10      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:col   line   attr   rtti   white   www   time   attribute   round   

startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock

python 报错!

AttributeError module ‘time‘ has no attribute ‘clock‘

python3.8不支持clock了,替换成time.perf_counter()替换就可以了

?

?

文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。

?

若有帮助到您,欢迎点击推荐,您的支持是对我坚持最好的肯定(*^_^*)

startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock

标签:col   line   attr   rtti   white   www   time   attribute   round   

原文地址:https://www.cnblogs.com/lovebing/p/13048780.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!