-
Notifications
You must be signed in to change notification settings - Fork 282
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: Installation of TensorFlow not found #1106
Comments
Here are a few things you could try
If none of these work, install docker and just run rocker's ML container with Rstudio. That will reduce all the hassle. rocker/ml |
This comment has been minimized.
This comment has been minimized.
I've made sure, that C:/Users/user/anaconda3/python.exe is in the PATH, but the error is still there. |
Dear all, I have found the solution in this branch. The method works in my case, but I have to do manipulations with installation every time I start new R session. In summary I do the following steps:
After that I load Anaconda prompt and run:
Then, when I get back to my R session I get the following output:
Hope this helps. |
There should be no selections in the Python section in the Tools menu Global options tab. |
Dear all,
I've tried a whole day installing keras and tensorflow on my computer yesterday (and actually on a second PC), read all (at least many) posts reporting the same problem but none of them helped me to solve my issue.
Following the tutorial on my PC (Win10, R-studio version 4.0.2, R version 3.5.1 but also 4.0.2; installing miniconda but also Anaconda3), I invariably received the following error message (although of course I had already used the install_tensorflow function that confirmed the installation was complete) :
Python environments searched for 'tensorflow' package:
C:\Users...\AppData\Local\r-miniconda\envs\r-reticulate\python.exe
You can install TensorFlow using the install_tensorflow() function.
Would you have any idea for fixing the bug?
Thanks!
The text was updated successfully, but these errors were encountered: