Python3.10处理 ImportError: cannot import name ‘clock‘ from ‘time‘ (unknown location)

1. The problem is reported as the title.

2. The cause of the problem:
the reason is that the clock of time has been abandoned after 3.3

3. Solution:

 

 clockI() changed to process_time

Guess you like

Origin blog.csdn.net/weixin_46510209/article/details/131437741