posit-dev / py-shinywidgets

Render ipywidgets inside a PyShiny app
MIT License
41 stars 2 forks source link

`shinywidgets` not available in conda-forge #105

Open saimonduquet opened 10 months ago

saimonduquet commented 10 months ago

Description

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)

govinda-kamath commented 8 months ago

I also wanted to enquire about this. Having shinywidgets available through any conda channel would make handling dependencies a lot easier for us.

m-fariz-a commented 1 month ago

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.

daylinmorgan commented 1 week ago

Fixed with https://github.com/conda-forge/staged-recipes/pull/26764