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 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/43dbedff-3d6f-41d4-a9fd-d5eeaf753ecbn%40googlegroups.com.