We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extracted from #1419. Part of #1516. Reported by @t-kalinowski.
Reprex:
reticulate::virtualenv_create("r-tensorflow", "3.8", packages = c("tensorflow", "keras_core")) Sys.setenv(RETICULATE_PYTHON_ENV = "r-tensorflow") k <- reticulate::import("keras_core")
The text was updated successfully, but these errors were encountered:
Addressed by posit-dev/ark#109 and ready for review.
Should be fixed in builds >= 2023.10.0-1267. Could you please confirm this is fixed @t-kalinowski?
Sorry, something went wrong.
Confirmed, the hang is gone! 🥳
yay!
lionel-
No branches or pull requests
Extracted from #1419.
Part of #1516.
Reported by @t-kalinowski.
Reprex:
The text was updated successfully, but these errors were encountered: