Skip to content
New issue

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 not found #70

Open
leviboyles opened this issue Dec 6, 2017 · 2 comments
Open

scipy.weave not found #70

leviboyles opened this issue Dec 6, 2017 · 2 comments

Comments

@leviboyles
Copy link

scipy.weave is not found when doing "from spearmint import gp" It seems weave is now a separate module from scipy

@bfeif
Copy link

bfeif commented Dec 19, 2017

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.

@FelixNeutatz
Copy link

alternatively, you can switch to an old version of scipy: python -m pip install scipy==0.18.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants