Hello Somax Community!
I am having trouble launching the Somax server in Somax2.5. I think I have everything set up correctly, and just recently downloaded the repository from GitHub so I don’t think the “minor bug fixes” described in a recent post are the problem.
When attempting to launch the server I receive the following errors in the Terminal window:
Traceback (most recent call last):
File ".../Documents/Max 8/Packages/Somax2-master/max/somax/misc/../../../python/somax/somax_server.py", line 25, in <module>
from somax.runtime.agent import OscAgent, Agent
File ".../Documents/Max 8/Packages/Somax2-master/python/somax/somax/runtime/agent.py", line 34, in <module>
from somax.runtime.player import Player
File ".../Documents/Max 8/Packages/Somax2-master/python/somax/somax/runtime/player.py", line 29, in <module>
class Player(Parametric, ContentAware):
File ".../Documents/Max 8/Packages/Somax2-master/python/somax/somax/runtime/player.py", line 131, in Player
_tempo: float) -> Optional[tuple[CorpusEvent, AbstractTransform]]:
TypeError: 'type' object is not subscriptable
[Process completed]
I have taken a look at the referenced python files, but I don’t feel comfortable enough in python or with the Somax code to mess with it too much. Any idea what might be going on here?
Thanks for your help!