spearmint
spearmint copied to clipboard
scipy.weave not found
scipy.weave is not found when doing "from spearmint import gp" It seems weave is now a separate module from scipy
yes. you can do a replace all, replacing 'scipy.weave' with 'weave', and everything works (so far). Of course you'll have to also install weave.
alternatively, you can switch to an old version of scipy: python -m pip install scipy==0.18.1