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
I use conda to manage my python environments, and shiny is available in conda-forge with version 0.5.1
But when I try to execute an app.py with shiny for python, the dependency shinywidgets is needed, but I can't find it in conda-forge...
it seems it does not exist on the conda-forge channel.
What I Did
(I installed that dependacy with pip inside my conda env as a workaround, but it is not recommended)
The text was updated successfully, but these errors were encountered:
My team use a shared environment with conda to reduce redundant package in the remote server. Rightnow, shiny packages that are available in conda-forge are shiny , r-shiny, and r-shinywidgets.
Installing shinywidgets using pip would make dependency conflict prompt-toolkit from radian because it needs another version of prompt-toolkit. We use radian to setup our workflow in vscode.
Description
I use
conda
to manage my python environments, andshiny
is available in conda-forge with version 0.5.1But when I try to execute an app.py with shiny for python, the dependency
shinywidgets
is needed, but I can't find it in conda-forge...it seems it does not exist on the conda-forge channel.
What I Did
(I installed that dependacy with pip inside my conda env as a workaround, but it is not recommended)
The text was updated successfully, but these errors were encountered: