Dependency Hell Challenge

From GM-RKB
(Redirected from Dependency Hell)
Jump to navigation Jump to search

A Dependency Hell Challenge is a software developer challenge where installed software packages have dependencies on specific versions of other software packages.



References

2020

  • (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/Dependency_hell Retrieved:2020-3-30.
    • Dependency hell is a colloquial term for the frustration of some software users who have installed software packages which have dependencies on specific versions of other software packages.

      The dependency issue arises around shared packages or libraries on which several other packages have dependencies but where they depend on different and incompatible versions of the shared packages. If the shared package or library can only be installed in a single version, the user may need to address the problem by obtaining newer or older versions of the dependent packages. This, in turn, may break other dependencies and push the problem to another set of packages.