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

AttributeError: module 'gpflow' has no attribute 'defer_build' #49

Open
patel-zeel opened this issue May 17, 2020 · 1 comment
Open
Labels
question Further information is requested

Comments

@patel-zeel
Copy link

I'm not sure why this error is coming. gpflow installation has no issues

gpflow version: 2.0.3
tensorflow version: 2.2.0

@BracketJohn
Copy link
Owner

Please have a look at the README and more specifically into the Pipfile. There you'll find that you need specific versions of gpflow and tensorflow.

This is due to a breaking change in gpflow that switched to a tree like structure (kind of like the one already implemented here). Sadly, I didn't find the time to update it here yet.

With the versions specified in the Pipfile linked above it should work.

@BracketJohn BracketJohn added the question Further information is requested label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants