-
Notifications
You must be signed in to change notification settings - Fork 5
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
function mbert_env_setup() not working on my windows 10 machine. #4
Comments
I encountered a similar issue
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
@stefangeiss I never use Windows. But you can setup the environment manually. Run the following in R #your miniconda path
reticulate::miniconda_path()
#path of the yaml file
system.file("python", "rectr.yml", package = 'rectr') In shell (Replace $MINICONDA_PATH/bin/conda env create -f=$YAML_PATH -n rectr_condaenv |
mbert_env_setup()
This function is not working correctly and there is little information about it on the documentation. It gives no errors but it doesn't create the conda environment. I tried to create a conda environment manually but I get multiple different errors through the process. I was hoping to get some insight on why it might not be setting up the environment on my windows machine.
The text was updated successfully, but these errors were encountered: