[Dependencies] box-interesect installation error
See original GitHub issueHello,
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 :
- Restrict versions of plotly.js in jupyterlab-plotly more strictly.
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
- Publish the many dependencies to npm rather than fetching them direclty from github.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
nearprotocol - Dependency installation error. how to fix it?
So I followed the docs, and got this error while installing dependencies, is it because of my node version? I installed node using...
Read more >the installation is unable to proceed due to missing ...
I am trying to load the add-in "Junk E-mail Reporting. " I am getting: the installation is unable to proceed due to missing...
Read more >Fix: Couldn't install dependency error | Valorant Guide
Want to play Valorant, but receiving an error about needing to contact support to fix a dependency error ? Well, this video covers...
Read more >How to Install and Correct Dependencies Issues in Ubuntu
Option 8: Use the Build-dep Command Using this subcommand, we can install all the dependencies for 'softwarename'. Then, we can try to ...
Read more >expected workspace package to exist · Issue #7807 · ...
Bug What is the current behavior? yarn install fails with: error An ... Failed to install dependencies in workspace: expected workspace ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nicolaskruchten could we change this line to dist? https://github.com/plotly/plotly.py/blob/ce0ed07d872c487698bde9d52e1f1aadf17aa65f/packages/javascript/jupyterlab-plotly/package.json#L68
Should be fixed with 2.6 😃