asprilo icon indicating copy to clipboard operation
asprilo copied to clipboard

viz-solver requires python <3.8 but the visualizer requires >=3.9

Open Sam1320 opened this issue 2 years ago • 0 comments

the visualizer/solver.py file uses the time.clock() function which is deprecated since python 3.8. so when I run viz-solver, I get the error: File ".../visualizer/solver.py", line 59, in __init__ self._solve_start = time.clock() AttributeError: module 'time' has no attribute 'clock'

Sam1320 avatar Jul 11 '22 12:07 Sam1320