question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Dependencies] box-interesect installation error

See original GitHub issue

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 :

  • 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found