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

(docker) ERROR: apache-superset 0.999.0.dev0 has requirement pyarrow<0.18,>=0.17.0, but you'll have pyarrow 1.0.1 which is incompatible. #10768

Closed
1 task done
imavo opened this issue Sep 2, 2020 · 2 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead

Comments

@imavo
Copy link

imavo commented Sep 2, 2020

A clear and concise description of what the bug is.

docker-compose up throws error for pyarrow version incompatibility but continues to run

(during Step 1/5 : FROM preset/superset:dev)

Installing collected packages: apispec, attrs, botocore, boto3, brotli, cffi, cryptography, flask-cors, humanize, openpyxl, pyarrow, sqlalchemy, tableschema, typing-extensions, apache-superset
E
ERROR: apache-superset 0.999.0.dev0 has requirement pyarrow<0.18,>=0.17.0, but you'll have pyarrow 1.0.1 which is incompatible.

Expected results

No errors from docker-compose up
Also expected that if there is a build error, that the build should then STOP .

Actual results

ERROR: apache-superset 0.999.0.dev0 has requirement pyarrow<0.18,>=0.17.0, but you'll have pyarrow 1.0.1 which is incompatible.
and the docker-compose up continues and waits for connections from host on http://localhost:8088.

Screenshots

If applicable, add screenshots to help explain your problem.

How to reproduce the bug

Using ubuntu 18.04.5 LTS, with docker 19.03.12, and docker-compose 1.26.2.

Follow instructions on this page: https://superset.incubator.apache.org/installation.html#getting-started

git clone https://github.com/apache/incubator-superset/

cd incubator-superset

docker-compose up

Environment

  • superset version: superset version (as per Dockerfile)
  • python version: python --version (3.6.9 on the host) otherwise as per Dockerfile.
  • node.js version: node -v (as per the Dockerfile)
  • npm version: npm -v (as per the Dockerfile)

Checklist

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

  • [X ] I have checked the superset logs for python stacktraces and included it here as text if there are any.

  • I have reproduced the issue with at least the latest released version of superset.
    (I assume that when I do the git clone ... that I get the latest version )

  • [X ] I have checked the issue tracker for the same issue and I haven't found one similar.

mention of pyarrow in #10765 but not identical symptom.

Additional context

@imavo imavo added the !deprecated-label:bug Deprecated label - Use #bug instead label Sep 2, 2020
@issue-label-bot
Copy link

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

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

@craig-rueda
Copy link
Member

Just merged a fix for this: #10766

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
Projects
None yet
Development

No branches or pull requests

2 participants