-
Notifications
You must be signed in to change notification settings - Fork 757
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
Installation error with 1.2.4 #568
Comments
Can you provide your TensorFlow version? Most likely this means you need to update TensorFlow. Also see http://edwardlib.org/troubleshooting. |
It's version 1.0.0 so I thought it was fine. |
Can you try the following line? from tensorflow.contrib.distributions import MultivariateNormalCholesky This should be supported in r1.0. If you're using a master branch and not a stable release of TensorFlow, this isn't supported. (TensorFlow's distribution API changed, which we haven't officially supported yet (#452).) |
Thanks and that's it. |
All TensorFlow version releases after
We don't plan to support the newest API changes in TensorFlow's master branch until it makes it into a stable release. Hope that helps. Closing issue; also see #452 for more details. |
I installed edward using conda and got version and got version 1.2.4. It automatically included tensorflow version 1.5.0. I am getting this ImportError: cannot import name 'MultivariateNormalCholesky' still, even for this version. What should I do to fix? |
Edward 1.2.4 is definitely out of date; I also don't recall what TF version it's compatible with. Maybe update to latest Edward? Also, can you make a new Github issue if you're still having difficulties? |
Hi I got the following error importing the package after successful installation (pip --user on Linux):
Could you please help check?
Also it'll be great if you can provide url of the binaries of previous versions. Thanks!
The text was updated successfully, but these errors were encountered: