asprilo
asprilo copied to clipboard
viz-solver requires python <3.8 but the visualizer requires >=3.9
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'