I'm having some issues with running Python Shiny apps generated by Quarto within RStudio. Suppose I have the following app_test.qmd file: --- title: "Test" format: html server: shiny --- ```{python} ...
Couple more things to check: make sure the library is readable by the user, and probably executable, just in case, although I don't know if that's actually required for libraries. Then maybe try ...