I have Scipy version 1.14.1. In PyPerMANOVA.py I had to change the line `from scipy.stats.stats import _unequal_var_ttest_denom` to `from scipy.stats._stats_py import _unequal_var_ttest_denom` to make the import work.