EMCP opened a new issue #15723:
URL: https://github.com/apache/superset/issues/15723


   A clear and concise description of what the bug is.
   
   ### Expected results
   
   ```
   pt-get update
   apt-get -y upgrade
   apt-get -y install build-essential libssl-dev libffi-dev python3-dev 
python3-pip libsasl2-dev libldap2-dev
   
   pip install werkzeug==1.0.1
   pip install itsdangerous==1.1.0
   pip install flask-appbuilder==3.1.1
   pip install apache-superset
   ```
   
   what you expected to happen.
   
   ### Actual results
   
   ```
   Collecting sqlalchemy!=1.3.21,<1.4,>=1.3.16
     Downloading SQLAlchemy-1.3.24-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB)
        |████████████████████████████████| 1.3 MB 28.4 MB/s 
   WARNING: The candidate selected for download or install is a yanked version: 
'sqlalchemy-utils' candidate (version 0.36.8 at 
https://files.pythonhosted.org/packages/14/68/e5301c4c960c79a32333b8805e52cb69d3d237aa869a773b4157ccb3eb26/SQLAlchemy-Utils-0.36.8.tar.gz#sha256=fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0
 (from https://pypi.org/simple/sqlalchemy-utils/))
   Reason for being yanked: Wrong required python
   
   ```
   
   what actually happens.
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. load up ubuntu 20.04 and repeat the steps from Expected Results Section
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `1.2.0`
   - python version: `v3.8.10`
   - node.js version: `node -v` no node installed
   
   ### Checklist
   
   Make sure to follow these steps 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.
   - [ X] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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