-
Notifications
You must be signed in to change notification settings - Fork 11
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
Python - module 'time' has no attribute 'clock' #12
Comments
@MatejBosansky |
@SSYYL I pulled updated library into new folder. Now I received different error.
|
@MatejBosansky , Have you installed bcm2835? If not, please install it:
|
@SSYYL I had on this Raspi machine project with 7.5inch e-ink model where I installed this library and it worked fine. So for 12inch model I skipped this step. However I installed it again according to wiki.
But it failed again
Just FYI, after my first report in that pull I edited epd12in48b_V2.py to just remove of using time.clock() since it served only for logging and then it worked fine. Looks like changes DEV_Config.so caused this issue. attaching installation
|
@MatejBosansky, I found the problem. |
I tired to run Python examples but for all of them I received error
Looks like your epd12in48b.py driver is not compatible with latest python. Based on replies in
https://stackoverflow.com/questions/58569361/attributeerror-module-time-has-no-attribute-clock-in-python-3-8
time.clock() was removed in 3.8 Python version
The text was updated successfully, but these errors were encountered: