Skip to content
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

tensorflow issues with latest RStudio version #444

Closed
njtierney opened this issue Nov 2, 2021 · 1 comment · Fixed by #446
Closed

tensorflow issues with latest RStudio version #444

njtierney opened this issue Nov 2, 2021 · 1 comment · Fixed by #446

Comments

@njtierney
Copy link
Collaborator

Python is currently not detected - see issue discussed here: rstudio/reticulate#1062

@njtierney
Copy link
Collaborator Author

Current workaround is that you need to run

Sys.unsetenv("RETICULATE_PYTHON")

Before running library(greta) in a session.

Will need to see if we can set this up to run onload, perhaps, and if that interferes with installation

njtierney added a commit to njtierney/greta that referenced this issue Nov 2, 2021
…tup,

  to prevent an issue introduced with the latest version of RStudio where they
  do not find the current version of RStudio. See greta-dev#444. Resolves greta-dev#444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant