I am having trouble properly installing and using scientific DOE python module described here:
The page claims to be able to run the DOE module by navigating to your folder location and running it by the command python main.py
. However when I do this I get an error that reads:
File "main.py", line 21
print("\nAnalyzing input and building the DOE...",end=' ')
^
SyntaxError: invalid syntax
I do not know that to do at this point.