-
Notifications
You must be signed in to change notification settings - Fork 10
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
scVelo() Error in installConda() : conda installation failed with status code '1' #47
Comments
You should post errors in formatted code blocks rather than taking screenshots, it's hard for me to read. I can make out a MD5 sum mismatch, which pretty much says it all. I would guess that the download of the installer was interrupted or corrupted at some point, as discussed here. Suggest going to: dirname(basilisk.utils:::getExternalDir()) and deleting the old installer. Then restart your R session and try running |
Thanks for your advice.
I found a folder containing "Miniconda3-py37_4.8.3-MacOSX-x86_64.sh" and i delete the folder.
I think the network is bad and the files are not downloaded |
Yes, that would also be my conclusion. You could try downloading the installer manually and sticking the file in that directory, hopefully it should trick basilisk into using it. |
When I try to run the scvelo() function I get the following error message (see attached picture).
The text was updated successfully, but these errors were encountered: