models_GUI.py and models_transformations_GUI.py don't run in python3
Workaround: run the GUIs in python 2 (I have 2.7.16 and both GUIs work in python2).
Env: macOS 11.6.6 python3: 3.10.5
Error message:
python3 models_GUI.py
Traceback (most recent call last):
File "/Users/one/Music/DigitalAudioWork/Coursera/AudioSignalProcessing/sms-tools-master/software/models_interface/models_GUI.py", line 23, in
I realize macOS isn't supported and I am on a more recent version of python3. So I don't expect a response, but I'm posting here for reference in case future work on sms-tools is done. Also, for others who may experience this error.
This is the problem with the scipy. some imports have been changed in the new version. you can see the changes in link. I am unsure if all the functions work as expected with the new imports, but they should be fine.
fixed