We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scipy.weave is not found when doing "from spearmint import gp" It seems weave is now a separate module from scipy
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
alternatively, you can switch to an old version of scipy: python -m pip install scipy==0.18.1
No branches or pull requests
scipy.weave is not found when doing "from spearmint import gp" It seems weave is now a separate module from scipy
The text was updated successfully, but these errors were encountered: