Open Wolfyxon opened 3 years ago
I am getting it too, I hope they will fix it as soon as possible.
+1 My py version is 3.9.5
+1 3.9.2
Thanks Alot, gona make some cool projects with it
upgrade your sqlalchemy
pip install sqlalchemy --upgrade
same error, AttributeError: module 'time' has no attribute 'clock'
have upgraded sqlalchemy, changes all instance of clock replacing with time (three or four instances I think)
+1 3.10.2
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 edit the following file: ascii_strategy.py
add the following line after "import time": time.clock = time.time
This should solve the problem for playing the video.
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 edit the following file: ascii_strategy.py
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 ~/.local/lib/python3.10/site-packages/video_to_ascii/render_strategy
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):