Closed HectorRDB closed 3 years ago
Following up, I tried the miniconda package from https://github.com/hafen/rminiconda and it worked fine. Don't know if that helps
Try using the latest basilisk package (1.2.0).
Each version of basilisk is tied to a specific version of miniconda (otherwise it would just be chaotic to debug). Some older versions of miniconda suffered from a notarization issue with MKL, causing crashes of the R session whenever we attempted to attach the Python library via reticulate. This should be solved with the latest miniconda associated with the latest basilisk.
Edit: Though looking at your error log more closely, it seems that we don't even get to the point of using reticulate. The MD5 checksum mismatch is pretty concerning; perhaps the downloaded miniconda installer is corrupted. I would suggest using the latest package anyway, the 1.0.2 version is frozen so I can't patch it even if it was a problem on my side.
Thanks a lot, updating to 3.12 fixed the issue.
Hi, I am trying to use basilisk for a package. However, I cannot seem to get it to work. I have tried to just run the example function from the package (
son.of.basilisk::test()
) and it fails... I narrowed it down to thebasilisk.utils::installMiniconda()
function which fails withThanks for the help