You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code that installs tensorflow and keras has been refactored.
Please update to the latest versions of reticulate, tensorflow, and keras:
install.packages("remotes")
remotes::install_github(paste0("rstudio/", c("reticulate", "tensorflow", "keras")))
reticulate::install_miniconda() # skip this if you want to self-install conda or use venvkeras::install_keras()
Hey i have the same issue on windows in rstudio running in anaconda
Here's a snippet of log when i load the mnist examples:
Detected Python configuration:
python: C:/Users/Aditya/anaconda3/envs/r-reticulate/python.exe
libpython: C:/Users/Aditya/anaconda3/envs/r-reticulate/python36.dll
pythonhome: C:/Users/Aditya/anaconda3/envs/r-reticulate
version: 3.6.10 |Anaconda, Inc.| (default, May 7 2020, 19:46:08) [MSC v.1916 64 bit (AMD64)]
Architecture: 64bit
numpy: C:/Users/Aditya/anaconda3/envs/r-reticulate/Lib/site-packages/numpy
numpy_version: 1.18.4
tensorflow: C:\Users\Aditya\ANACON
1\envs\R-RETI1\lib\site-packages\tensorflow_init_.ppython versions found:
C:/Users/Aditya/anaconda3/envs/r-reticulate/python.exe
C:/Users/Aditya/anaconda3/python.exe
C:/Users/Aditya/anaconda3/envs/renv/python.exe
Originally posted by @voraaditya in #826 (comment)
The text was updated successfully, but these errors were encountered: