I am trying to use py-feat, a Python app.
Trying to run it gives an error that simps cannot be imported from Scipy.
Starting with scipy 1.6, simps got changed into simpson (the latest version of scipy is 1.14). Trying to install Scipy 1.5 gives dependency errors.
How do I get py-feat to work?
New contributor
doctor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2