-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Dependencies] box-interesect installation error #5966
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
Comments
Please consider using 'plotly.js-dist' or 'plotly.js-dist-min' packages instead of 'plotly.js'. |
Thanks @archmoj, unfortunately we already tried, but the command |
Hi, we are also facing the same issue with plotly.js (> 2.5) with box-intersect when running npm install prod version from docker file. For now we reverted to old version (~2.4.2) and working fine with it. |
Should be fixed with 2.6 :) |
Hello,
My company is running into an issue with the latest versions of plotly.js (> 2.5).
We are installing the package through jupyterlab-plotly and are running into dependency issues.
Indeed, plotly.js is installing the box-intersect package directly from github (amongst many other packages), which is not accessible through our company CI network.
This behavior is very problematic as we cannot find a workaround yet.
We have tried installing locally the dependencies, yet npm still tries to reach for github and fails the installation. Event installing plotly.js 2.4.X fails, because npm will detect a higher version.
Possible solutions :
At the moment, jupyterlab-plotly references plotly.js too loosely, and always allows for version 2.5 to be installed.
^2.4.2
->~2.4.2
The text was updated successfully, but these errors were encountered: