-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
AttributeError: module 'time' has no attribute 'clock' #59
Comments
I am getting it too, I hope they will fix it as soon as possible. |
+1 |
+1 |
#43 it's merged. just need the new version of package |
Thanks Alot, gona make some cool projects with it |
upgrade your sqlalchemy |
same error, AttributeError: module 'time' has no attribute 'clock' have upgraded sqlalchemy, |
+1 |
same here on 3.10 |
I think the solution will also work for Windows, so here is the solution for Unix: folder: cd /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/video_to_ascii/render_strategy add the following line after "import time": time.clock = time.time This should solve the problem for playing the video. |
This fixed the problem for my system. running on linux (pop os). the directory for that file in my system was located at leaving this here in case anyone has problems finding the proper directory for the file on their system |
Describe the bug
Error when trying to play video.
When I run the command, it prints:
I have all required modules installed
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The video should play.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: