Hi,
I am running SageMath 9.5 (compiled from source on an Intel-based Mac). I haven't been having trouble, but today I was toying with 3D plotting, and, when I tried to do an animation, I got an error message telling me that tachyon could not be found. (I have not used tachyon before. Non-animated 3D plots work fine).
The following example from the documentation
-----
S = sphere(opacity=0.8, aspect_ratio=[1,1,1])
L = line3d([(0,0,0),(2,0,0)], thickness=10, color='red')
M = S + S.translate((2,0,0)) + L
M.show(viewer='tachyon')
-----
gives an error message:
....
FileNotFoundError: [Errno 2] No such file or directory: 'tachyon'
What to do?
Best
Harald