-
Notifications
You must be signed in to change notification settings - Fork 13.3k
AttributeError: module 'time' has no attribute 'time_ns' #8877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is not "merged" in 3.1.1 but in current |
(typing too slow) We do call system btw https://devguide.python.org/versions/ says 3.7 end-of-life is June 2023 :> |
Thanks. Yes, the Linux box is somewhat old but not extremely old. I could not find anywhere in the docs or in the release notes that Python 3.7+ is now a requirement. |
OK I found out that on Ubuntu 18.04 Python 3.7 and 3.8 are available in repos. It is OK now after installation of 3.8 and putting it in front of 3.6 in PATH. |
Basic Infos
Platform
Settings in IDE
Problem Description
I have a problem compiling any sketch with the release 3.1.1. The last working one was 3.0.2.
I saw that a similar error #8803 was merged in 3.1.1, but I still have it.
$ cat /etc/issue
Ubuntu 18.04.6 LTS \n \l
$ python --version
Python 2.7.17
$ python3 --version
Python 3.6.9
Let me know if you need any other info.
MCVE Sketch
BareMinimum
from Arduino IDE examples.The text was updated successfully, but these errors were encountered: