We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently [email protected] isn't compatible with jupyterlab >2:
Node v13.12.0 Yarn configuration loaded. > /usr/bin/npm pack @webio/[email protected] npm notice npm notice 📦 @webio/[email protected] npm notice === Tarball Contents === npm notice 16.6kB dist/labextension.js npm notice 959B package.json npm notice 438B README.md npm notice === Tarball Details === npm notice name: @webio/jupyter-lab-provider npm notice version: 0.8.11 npm notice filename: webio-jupyter-lab-provider-0.8.11.tgz npm notice package size: 5.3 kB npm notice unpacked size: 18.0 kB npm notice shasum: 88d4a46fe3e23e1adcd20d5df79bdad8c860ef23 npm notice integrity: sha512-4masN5DAg5Qrq[...]jESB6J58c5Z9g== npm notice total files: 3 npm notice webio-jupyter-lab-provider-0.8.11.tgz Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/jupyterlab/debuglog.py", line 47, in debug_logging yield File "/usr/local/lib/python3.7/dist-packages/jupyterlab/labextensions.py", line 93, in start ans = self.run_task() File "/usr/local/lib/python3.7/dist-packages/jupyterlab/labextensions.py", line 149, in run_task for i, arg in enumerate(self.extra_args) File "/usr/local/lib/python3.7/dist-packages/jupyterlab/labextensions.py", line 149, in <listcomp> for i, arg in enumerate(self.extra_args) File "/usr/local/lib/python3.7/dist-packages/jupyterlab/commands.py", line 388, in install_extension return handler.install_extension(extension, pin=pin) File "/usr/local/lib/python3.7/dist-packages/jupyterlab/commands.py", line 603, in install_extension info = self._install_extension(extension, tempdir, pin=pin) File "/usr/local/lib/python3.7/dist-packages/jupyterlab/commands.py", line 1550, in _install_extension raise ValueError(msg) ValueError: "@webio/[email protected]" is not compatible with the current JupyterLab Conflicting Dependencies: JupyterLab Extension Package >=2.0.2 <2.1.0 >=1.0.1 <2.0.0 @jupyterlab/application >=2.0.2 <2.1.0 >=1.0.1 <2.0.0 @jupyterlab/docmanager >=2.0.2 <2.1.0 >=1.0.1 <2.0.0 @jupyterlab/notebook >=2.0.2 <2.1.0 >=1.0.1 <2.0.0 @jupyterlab/rendermime >=5.0.2 <5.1.0 >=4.0.1 <5.0.0 @jupyterlab/services
The text was updated successfully, but these errors were encountered:
Duplicate of #397
Sorry, something went wrong.
No branches or pull requests
Apparently [email protected] isn't compatible with jupyterlab >2:
The text was updated successfully, but these errors were encountered: