imavo opened a new issue #10768:
URL: https://github.com/apache/incubator-superset/issues/10768


   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.
   - [X] 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
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to