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
Hi @js2264 , thanks for creating this excellent package.
We have been reformatting our spatial transcriptomics book using BiocBook for submission to Bioconductor, and had a question about using Python packages with reticulate.
Specifically, we have modified the requirements.yml file to install some packages with pip within the BiocBook environment, and then loading these in one of the .qmd files with reticulate, but then pushing this to GitHub gives an error that the GitHub Actions workflow cannot find the Python installation / conda environment (see code examples and error message below).
Do you have any suggestions or advice on how we can do this? One idea I had is that the GitHub Actions workflow may need some updates, but I'm not sure if I'm missing something else. Also tagging @HelenaLC who is working with me on this. Thank you!
Hi @js2264 , thanks for creating this excellent package.
We have been reformatting our spatial transcriptomics book using
BiocBook
for submission to Bioconductor, and had a question about using Python packages withreticulate
.We are trying to use the
micromamba
-based environment namedBiocBook
(mentioned in the docs at https://jserizay.com/BiocBookDemo/devel/index.html#automated-versioning-of-docker-images), but so far have been unable to get this working with the GitHub Actions workflow.Specifically, we have modified the
requirements.yml
file to install some packages withpip
within theBiocBook
environment, and then loading these in one of the.qmd
files withreticulate
, but then pushing this to GitHub gives an error that the GitHub Actions workflow cannot find the Python installation / conda environment (see code examples and error message below).Do you have any suggestions or advice on how we can do this? One idea I had is that the GitHub Actions workflow may need some updates, but I'm not sure if I'm missing something else. Also tagging @HelenaLC who is working with me on this. Thank you!
requirements.yml
:R code in
.qmd
file usingreticulate
:Error message from GitHub Actions workflow:
The text was updated successfully, but these errors were encountered: