Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created March 24, 2021 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epifanio/79dfd264f8976aeca53ad6636e9eb717 to your computer and use it in GitHub Desktop.
Save epifanio/79dfd264f8976aeca53ad6636e9eb717 to your computer and use it in GitHub Desktop.
Uncaught Error: Cannot find module '@bokehjs/styles/buttons'
at require (<anonymous>:210:27)
at Object._ (<anonymous>:1072:153)
at require (<anonymous>:228:27)
at Object._ (<anonymous>:1033:487)
at require (<anonymous>:228:27)
at Object._ (<anonymous>:1032:120)
at require (<anonymous>:228:27)
at Object.main.register_plugin (<anonymous>:268:24)
at <anonymous>:1026:26
at <anonymous>:1031:7
:5006/static/extensions/panel/css/dataframe.css:1 Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
:5006/static/extensions/panel/css/card.css:1 Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
:5006/static/extensions/panel/css/json.css:1 Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
:5006/static/extensions/panel/css/widgets.css:1 Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
:5006/static/extensions/panel/css/markdown.css:1 Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
:5006/static/extensions/panel/css/alerts.css:1 Failed to load resource: net::ERR_SOCKET_NOT_CONNECTED
VM545:212 failed to load http://localhost:5006/static/extensions/panel/css/dataframe.css
on_error @ VM545:212
VM545:212 failed to load http://localhost:5006/static/extensions/panel/css/card.css
on_error @ VM545:212
VM545:212 failed to load http://localhost:5006/static/extensions/panel/css/json.css
on_error @ VM545:212
VM545:212 failed to load http://localhost:5006/static/extensions/panel/css/widgets.css
on_error @ VM545:212
VM545:212 failed to load http://localhost:5006/static/extensions/panel/css/markdown.css
on_error @ VM545:212
VM545:212 failed to load http://localhost:5006/static/extensions/panel/css/alerts.css
on_error @ VM545:212
VM550:19 Bokeh: ERROR: Unable to run BokehJS code because BokehJS library is missing
@epifanio
Copy link
Author

the fact that is using localhost .. in a docker environment localhost and the actual image running the service does not match

@epifanio
Copy link
Author

Issue solved, I was mixing pip and conda installation for some of the dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment