t0 = time.clock() AttributeError: module ‘time‘ has no attribute ‘clock‘
Posted 安果移不动
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了t0 = time.clock() AttributeError: module ‘time‘ has no attribute ‘clock‘相关的知识,希望对你有一定的参考价值。
python 3.8以及以上版本 在time中移除了和这个api
但是通常都是我们依赖了第三方库,第三方库不行
可以使用
pip list -outdated
来查看当前库是否可以升级
比如看到
这个xlrd 是可以升到2.0.1的
使用命令
pip install --upgrade xlrd
升级即可
以上是关于t0 = time.clock() AttributeError: module ‘time‘ has no attribute ‘clock‘的主要内容,如果未能解决你的问题,请参考以下文章
startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock
startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock