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
Docker build failed when I tried to make the container. The step that failed was "RUN conda install...", and the error message was "Package python conflicts for:" followed by:
Not really sure, this is the exact dockerfile that was used to deploy the currently running site at demo.bokeh.org, so it worked in the (recent past). This seems suspect:
Since the dockefile specifies Python 3.10. TBH this seems like a metadata problem on conda's end, or something. Perhaps transitory, so maybe just try again if this is for your own use, or alternatively try lowering the python version.
FYI the main purpose of this repo is to deploy new versions of the demo site, which only happens a few times a year. It's doubtful anyone will look at this until the next time that happens (and if it is a metadata issue then the problem may just resolve itself by then).
Thanks for that note, Bryan. Yes, it's for personal use (I'm trying to figure out how to deploy a Bokeh server on a Windows VM at AWS Lightsail). I'll try tweaking that Python version.
Docker build failed when I tried to make the container. The step that failed was "RUN conda install...", and the error message was "Package python conflicts for:" followed by:
The text was updated successfully, but these errors were encountered: