-
Notifications
You must be signed in to change notification settings - Fork 115
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
installation problem #247
Comments
I tried all the help on various github issues and reddit threads. Including the docker image from https://hub.docker.com/r/francois4/leafcutter/. This docker image would not load when using the argument I found a solution using docker, starting from scratch in the terminal. Pulling a clean environment from: https://hub.docker.com/r/mambaorg/micromamba , using the command then
Now enter R As an additional note, you will likely want to mount your own directory when launching the docker container, here's an example with the -v flag:
Additional note is that the --rm flag will completely wipe the image after shutting down. So you will likely need to store the image for the future. |
Amazing, big thanks!
|
I have now found a better method on R 4.2.1. Using docker, starting from scratch in the terminal. Pulling a clean environment from: https://hub.docker.com/r/mambaorg/micromamba , using the command then
Now enter R As an additional note, you will likely want to mount your own directory when launching the docker container, here's an example with the -v flag:
Additional note is that the --rm flag will completely wipe the image after shutting down. So you will likely need to store the image for the future. |
I use conda to install leafcutter and it seems installed successfully. I didn't see error message. but I cannot use the library.
The text was updated successfully, but these errors were encountered: