You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: BiocParallel errors
2 remote errors, element index: 1, 2
0 unevaluated and other errors
first remote error:
Error in py_get_attr(x, name, FALSE): AttributeError: module 'sklearn' has no attribute 'ensemble'
Run `reticulate::py_last_error()` for details.
The issue is related to not being able to set a user-provided python environment and basilisk is not working as intended at:
Note my python has already pandas and sklearn installed, but a newer version. forcing reticulate to use that and removing all cl/basilisk language provides a temporary fix.
The text was updated successfully, but these errors were encountered:
Dear Dev team,
Following the guideline provided in https://dzhang32.github.io/dasper/articles/dasper.html
When at the https://dzhang32.github.io/dasper/articles/dasper.html#running-dasper code block I receive the following error on my HPC setup.
The issue is related to not being able to set a user-provided python environment and basilisk is not working as intended at:
dasper/R/utils.R
Lines 264 to 289 in ec5f82a
I have created a local, user-based (and yes, horrible) fix, but at least now I am able to run the code. local Fix, changed :
Note my python has already pandas and sklearn installed, but a newer version. forcing reticulate to use that and removing all cl/basilisk language provides a temporary fix.
The text was updated successfully, but these errors were encountered: