-
Notifications
You must be signed in to change notification settings - Fork 330
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
Urgent! How can i install miniconda under R environment by using reticulate? #1297
Comments
Hi, sorry you're having issues, I can try to help.
|
I've got a lot of students having problems related to the OpenSSL error which I think you have fixed in dev but not on CRAN yet. This could be that. Full workup here: https://community.rstudio.com/t/reticulate-and-openssl-problem/152866 and there's a closed issue in this repo that I may have woken up... |
Is this related to #1287? remotes::install_github("rstudio/reticulate") |
Thanks, but I am trying to persuade them to keep everything to CRAN-only for quality control reasons... I may have to give up that! Are there any blockers to getting a new release on CRAN? |
I was having the same issue as @barryrowlingson 's students and am here because of that rstudio community forum post. Installing the dev version of As background, I'm trying to reproduce someone else's code, so am otherwise unfamiliar with the package (and OpenSSL). Windows 10, x64. And also, thanks for this helpful error message; it made the installation work easily.
|
On CRAN now. |
I got the same problem and I tried all those ways above, still can't solve it. sad |
@murmurrr Can you please open a new issue with instructions I can follow to reproduce the error? |
Hello @t-kalinowski, has this issue been resolved? I am facing the same problem now. |
This issue has been resolved. If you're experiencing difficulties w/ conda today, please open a new issue and we can try to help. If you don't have a compelling need for conda, you can also use |
Hi! i tried to install miniconda under R environment by using reticulate, but i met some problems: (errors)
install.packages("reticulate")
library(reticulate)
reticulate::install_miniconda(force = TRUE)
......
Error: Error creating conda environment 'r-reticulate' [exit code 1]
Can anyone help me?
The text was updated successfully, but these errors were encountered: