Hi,
I’m trying to use key pieces of a MatPlotLib Python code into TouchDesigner. To do so, I need to install Scipy library through Xcode scripting in TouchDesigner and it isn’t working. I obtain an error of
TouchDesigner argument error An unknown argument: -m was given to TouchDesigner as a command argument. If a path to a .toe file is being given, ensure it has quotes around it if it has spaces in the path. Exiting.
Everything is spaces and quoted properly. Similarly, if I try to install Scipy in a virtual environment in Terminal and point it to TouchDesigner in preferences it says Scipy cannot be found. I’ve cleared cache and uninstalled and reinstalled the path, virtual environment, and pip install numerous times to no avail. I’m on Mac M1 Apple Silicone. Any ideas?