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
As a result, even though the installation through pip works, trying to activate the server extension fails
15:23:19 Step 32/42 : RUN jupyter server extension enable jupyterlab_wipp_plugin_creator
15:23:19 ---> Running in 1a65abe3e308
15:23:21 �[91mEnabling: jupyterlab_wipp_plugin_creator
15:23:21 - Writing config: /opt/conda/etc/jupyter
15:23:21 �[0m�[91m - Validating jupyterlab_wipp_plugin_creator...
15:23:22 �[0m�[91m �[31m X�[0m Validation failed: The module 'jupyterlab_wipp_plugin_creator' could not be found. Are you sure the extension is installed?
Environment info
JupyterLab WIPP Plugin Creator, v0.2.5
Possible fixes
Pin older version of wipp-client
Reimplement gen_random_object_id in the client and updated dependency for wipp-client
The text was updated successfully, but these errors were encountered:
Summary
wipp-client
updated to version 0.2.0. It does no longer containgen_random_object_id
function used by the JupyterLab WIPP Plugin Creator extension.https://github.com/LabShare/jupyterlab-extensions/blob/8b16afe21d4168ba60099416c1026e1814bdd5d0/jupyterlab_wipp_plugin_creator/setup.py#L58
pip
works, trying to activate the server extension failsEnvironment info
JupyterLab WIPP Plugin Creator, v0.2.5
Possible fixes
wipp-client
gen_random_object_id
in the client and updated dependency forwipp-client
The text was updated successfully, but these errors were encountered: