-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error: No TensorFlow Probability python installation found. This can be installed using the installTF() function. #2
Comments
Are you using the master version of the package from Github? There was an issue with the |
Thank you for your reply, I have used the installation instruction in README.md , `Error: (converted from warning) cannot remove prior installation of package 'digest'
I tried removing the previous r-digest 0.6.9 from Anaconda then manually installing specific version but I am getting different other errors. But this is a different matter, I'll try to tackle these. |
Hi @skf-git, I had the same issue. Then, I found that
But then there will be an AttributeError because I think best regards |
Hello,
It keeps sending this error but I can't figure out what to correct,
I am using Anaconda and launching my jupyter notebook from an R and python environment that I created where I have the packages of tensorflow probability 0.8.0 , and r-sgmcmc 0.2.4.
with this, I had a warning to ensure that tensorflow is of a compatible version
so in my anaconda's packages, I disabled tensorflow and tensorflow-base 2.0.0 and left r-tensorflow 1.13.1 and tensorflow probability 0.8.0 , I no longer had the warning after loading the library :
library(sgmcmc)
but I then when I run the code :
I got the message :
Error: No TensorFlow Probability python installation found. This can be installed using the installTF() function.
Traceback:
. minibatchSize = 500, seed = 13)
. seed)
I run sgmcmc::installTF() and tensorflow::install_tensorflow()
I still get the same error,
I also have tried installing the packages from CRAN repository url in RStudio (launched from the same environment) , I get this same error,
Thank you!
The text was updated successfully, but these errors were encountered: