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

Installation failed in Python 3 with dependency error for futures #4259

Closed
3 tasks done
jackyspy opened this issue Jan 23, 2018 · 0 comments · Fixed by #4263
Closed
3 tasks done

Installation failed in Python 3 with dependency error for futures #4259

jackyspy opened this issue Jan 23, 2018 · 0 comments · Fixed by #4263

Comments

@jackyspy
Copy link

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if any
  • I have reproduced the issue with at least the latest released version of superset
  • I have checked the issue tracker for the same issue and I haven't found one similar

Superset version

0.22.1

Expected results

Actual results

When I use pip to install superset, it failed with error message "futures requires Python '>=2.6, <3' but the running Python is 3.5.4", which means futures package required. But futures is prepared for Python2, and it cannot be installed in Python3.

It seems to be an old issue with flower==0.9.1 which has already been resolved. So maybe we should change into flower==0.9.2 or flower without pinned version in setup.py.

Steps to reproduce

pip install superset==0.22.1

which fails as following

futures requires Python '>=2.6, <3' but the running Python is 3.5.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant