Closed lucacarbonelc closed 4 years ago
Solved with this:
# Create conda environment
reticulate::conda_create(
envname = "rectr_condaenv",
packages = c("torchvision", "transformers", "python"))
# Use the environment
conda_list()[[1]][2] %>%
use_condaenv(required = TRUE)
Hello! Thank you for creating this package, it looks great!
I'm trying to get the setup ready to run some analyses, but I am encountering a problem with the
mbert_env_setup()
function. When running the function, I get this error:Premise: when running it the first time, I did not have Python installed on my computer. After having installed it, the error still pops up. Also, I am a new at Python, but I think that if this is really needed, having a small description about how to install it or how to make it work without any other thing than just following the script would be of great help!
I am not sure whether this is an actual issue of the function, such that this comment could be beneficial to improve it or make it more clear, or if it is my inexperience with Python at making it difficult. In any case, could you help me out with this?
These are my session info: