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
On CI, am seeing the following error about nodejs being too old. While it seems possible to install nodejs version 14.0.0, CI is picking up an older version of nodejs (namely 12.4.0), which causes this Bokeh error.
/opt/conda/envs/rapids/lib/python3.8/site-packages/bokeh/util/compiler.pyin_detect_nodejs()
410# if we've reached here, no valid version was found411version=".".join(map(str, nodejs_min_version))
-->412raiseRuntimeError('node.js v%s or higher is needed to allow compilation of custom models '%version+413'("conda install nodejs" or follow https://nodejs.org/en/download/)')
414RuntimeError: node.jsv14.0.0orhigherisneededtoallowcompilationofcustommodels ("conda install nodejs"orfollowhttps://nodejs.org/en/download/)
The text was updated successfully, but these errors were encountered:
On CI, am seeing the following error about
nodejs
being too old. While it seems possible to installnodejs
version14.0.0
, CI is picking up an older version ofnodejs
(namely12.4.0
), which causes this Bokeh error.The text was updated successfully, but these errors were encountered: