Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build it on windows 10 and linux 16.04 #2

Closed
GSer opened this issue Dec 1, 2018 · 2 comments
Closed

can't build it on windows 10 and linux 16.04 #2

GSer opened this issue Dec 1, 2018 · 2 comments

Comments

@GSer
Copy link

GSer commented Dec 1, 2018

Error:

/opt/conda/bin/npm pack '@jupyter-widgets/jupyterlab-manager@^0.35'
jupyter-widgets-jupyterlab-manager-0.35.0.tgz

Errored, use --debug for full output:
ValueError:
"@jupyter-widgets/jupyterlab-manager@0.35.0" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab Extension Package

=0.19.1 <0.20.0 >=0.16.0 <0.17.0 @jupyterlab/application
=2.2.1 <3.0.0 >=1.1.0 <2.0.0 @jupyterlab/coreutils
=0.19.2 <0.20.0 >=0.16.0 <0.17.0 @jupyterlab/notebook
=0.19.1 <0.20.0 >=0.16.0 <0.17.0 @jupyterlab/rendermime
=3.2.1 <4.0.0 >=2.0.0 <3.0.0 @jupyterlab/services

Proposed solution:
Instead of
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.35 &&
jupyter labextension install jupyterlab_bokeh@^0.5.0 && \

use:
jupyter labextension install @jupyter-widgets/jupyterlab-manager &&
jupyter labextension install jupyterlab_bokeh && \

@mikhailklassen
Copy link
Owner

Thanks for alerting me to this. I've removed the offending dependencies for now since I believe they were superfluous to the code anyway. Bokeh is not used anywhere in our codebase.
The Docker container should now build. We can add those dependencies back in later if we chose to convert some data visualizations to bokeh.

@mikhailklassen
Copy link
Owner

I'm going to close this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants