Skip to content
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

Incompatible dependencies #8095

Closed
mcdallas opened this issue Aug 22, 2019 · 5 comments
Closed

Incompatible dependencies #8095

mcdallas opened this issue Aug 22, 2019 · 5 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days

Comments

@mcdallas
Copy link

mcdallas commented Aug 22, 2019

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-label-bot
Copy link

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.

@issue-label-bot issue-label-bot bot added the !deprecated-label:bug Deprecated label - Use #bug instead label Aug 22, 2019
@mistercrunch
Copy link
Member

Did you install from the repo or from pypi?

@mcdallas
Copy link
Author

I installed from pypi using pipenv which is a wrapper around pip

@dmitrypol
Copy link

dmitrypol commented Sep 13, 2019

workaround in Pipfile

[packages]
superset = {git = "https://github.com/apache/incubator-superset", editable = true}
...

then do pipenv install

@stale
Copy link

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.

@stale stale bot added the inactive Inactive for >= 30 days label Nov 12, 2019
@stale stale bot closed this as completed Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

3 participants