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.

Incompatible dependencies

See original GitHub issue

setup.py requires flask <1.0.0 while flask-appbuilder requires Flask-JWT-Extended which requires flask >=1.0.0

as a result pipenv install superset fails with

ERROR: Could not find a version that matches flask<1.0.0,<2,>=0.10,>=0.10.1,>=0.12,>=0.9,>=1.0
Tried: 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.5.2, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.9, 0.10, 0.10.1, 0.11, 0.11, 0.11.1, 0.11.1, 0.12, 0.12, 0.12.1, 0.12.1, 0.12.2, 0.12.2, 0.12.3, 0.12.3, 0.12.4, 0.12.4, 1.0, 1.0, 1.0.1, 1.0.1, 1.0.2, 1.0.2, 1.0.3, 1.0.3, 1.0.4, 1.0.4, 1.1.0, 1.1.0, 1.1.1, 1.1.1

related #4953

Environment

Tried on MacOS with python 3.7.4 and 3.6.5

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
issue-label-bot[bot]commented, Aug 22, 2019

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.70. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

0reactions
stale[bot]commented, Nov 12, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

android - incompatible gradle dependencies - Stack Overflow
overwrite old LIB dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation ...
Read more >
Dependency hell - Wikipedia
The dependency issue arises when several packages have dependencies on the same shared packages or libraries, but they depend on different and incompatible...
Read more >
How to deal with incompatible dependencies? : r/golang
How to deal with incompatible dependencies? Hi gophers,. I have a problem of dependency management. My repo ...
Read more >
Potential Incompatible Consumer Warning - OutSystems 11 ...
Consumer module '<module>' may have incompatible dependencies. Republish module to validate compatibility and avoid runtime errors. Cause: You ...
Read more >
The Nine Circles of Python Dependency Hell - Medium
Dependency hell in Python often happens because pip does not have a dependency… ... Circle 8: Seriously incompatible dependencies.
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