简体   繁体   中英

How to install time package for Python version 3.6

How to download "time" package for python 3.6. I was trying to install it for weeks but I always get the same error massage. Can someone explain me what am I doing wrong.

time is included in the standard library. All you need to do is import time . I would also highly recommend updating your Python version to a more recent version like 3.10.4 .

It's included in python's standard library, no reason to install or download. You can just import it like so:

import time

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM