-
Notifications
You must be signed in to change notification settings - Fork 5
JupyterLab WIPP Plugin Creator is broken due to upstream breaking change in wipp-client #36
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
wipp-clientupdated to version 0.2.0. It does no longer containgen_random_object_idfunction used by the JupyterLab WIPP Plugin Creator extension.- JupyterLab WIPP Plugin Creator does not specify range of supported versions in dependencies
https://github.com/LabShare/jupyterlab-extensions/blob/8b16afe21d4168ba60099416c1026e1814bdd5d0/jupyterlab_wipp_plugin_creator/setup.py#L58 - As a result, even though the installation through
pipworks, 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_idin the client and updated dependency forwipp-client
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working