-
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
Unable to install keras/tf after R update on MacOS 10.14 #918
Comments
I am having the same problem. Keras / TF was working, but I needed to get an update to get some new features. I'm running MacOS 10.15.1, and I got the following. I hope someone fixes this.
1: All Enter one or more numbers, or an empty line to skip updates: Installing 1 packages: rappdirs
|
Hello, The code that installs tensorflow and keras has been refactored. 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 venv
keras::install_keras() Please let us know if after updating you are still encountering installation issues: |
Hi,
After running perfectly TF 1.1/Keras, I tried to update.
I am now unable to install Keras.
The text was updated successfully, but these errors were encountered: