You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/09 14:05:50 UTC

[GitHub] SpyderRivera opened a new issue #4967: Build installation error

SpyderRivera opened a new issue #4967: Build installation error
URL: https://github.com/apache/incubator-superset/issues/4967
 
 
   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 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
   
   
   ### Superset version
   .025.rc3
   
   
   ### Actual results
   ```
   (venv) $ python setup.py install
   Installed /Users/srivera/Projects/Superset/venv/lib/python2.7/site-packages/superset-0.25.0rc3-py2.7.egg
   Processing dependencies for superset==0.25.0rc3
   Searching for sqlparse
   Reading https://pypi.org/simple/sqlparse/
   Download error on https://pypi.org/simple/sqlparse/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) -- Some packages may not be found!
   Couldn't find index page for 'sqlparse' (maybe misspelled?)
   Scanning index of all packages (this may take a while)
   Reading https://pypi.org/simple/
   Download error on https://pypi.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) -- Some packages may not be found!
   No local packages or working download links found for sqlparse
   error: Could not find suitable distribution for Requirement.parse('sqlparse')
   ```
   However, I can `pip install sqlparse` as such
   
   ```
   (venv) $ pip install sqlparse
   Collecting sqlparse
     Using cached https://files.pythonhosted.org/packages/65/85/20bdd72f4537cf2c4d5d005368d502b2f464ede22982e724a82c86268eda/sqlparse-0.2.4-py2.py3-none-any.whl
   superset 0.25.0rc3 requires bleach, which is not installed.
   superset 0.25.0rc3 requires boto3>=1.4.6, which is not installed.
   superset 0.25.0rc3 requires celery, which is not installed.
   superset 0.25.0rc3 requires colorama, which is not installed.
   superset 0.25.0rc3 requires flask, which is not installed.
   superset 0.25.0rc3 requires flask-appbuilder, which is not installed.
   superset 0.25.0rc3 requires flask-cache, which is not installed.
   superset 0.25.0rc3 requires flask-compress, which is not installed.
   superset 0.25.0rc3 requires flask-migrate, which is not installed.
   superset 0.25.0rc3 requires flask-script, which is not installed.
   superset 0.25.0rc3 requires flask-testing, which is not installed.
   superset 0.25.0rc3 requires flask-wtf, which is not installed.
   superset 0.25.0rc3 requires flower, which is not installed.
   superset 0.25.0rc3 requires future<0.17,>=0.16.0, which is not installed.
   superset 0.25.0rc3 requires geopy, which is not installed.
   superset 0.25.0rc3 requires gunicorn, which is not installed.
   superset 0.25.0rc3 requires humanize, which is not installed.
   superset 0.25.0rc3 requires markdown, which is not installed.
   superset 0.25.0rc3 requires pandas, which is not installed.
   superset 0.25.0rc3 requires parsedatetime, which is not installed.
   superset 0.25.0rc3 requires pathlib2, which is not installed.
   superset 0.25.0rc3 requires polyline, which is not installed.
   superset 0.25.0rc3 requires pydruid, which is not installed.
   superset 0.25.0rc3 requires pyhive>=0.4.0, which is not installed.
   superset 0.25.0rc3 requires python-dateutil, which is not installed.
   superset 0.25.0rc3 requires python-geohash, which is not installed.
   superset 0.25.0rc3 requires pyyaml>=3.11, which is not installed.
   superset 0.25.0rc3 requires requests, which is not installed.
   superset 0.25.0rc3 requires simplejson, which is not installed.
   superset 0.25.0rc3 requires sqlalchemy, which is not installed.
   superset 0.25.0rc3 requires sqlalchemy-utils, which is not installed.
   Installing collected packages: sqlparse
   Successfully installed sqlparse-0.2.4
   ```
   Then...
   ```
   (venv) $ python setup.py install
   Installed /Users/srivera/Projects/Superset/venv/lib/python2.7/site-packages/superset-0.25.0rc3-py2.7.egg
   Processing dependencies for superset==0.25.0rc3
   Searching for sqlalchemy-utils
   Reading https://pypi.org/simple/sqlalchemy-utils/
   Download error on https://pypi.org/simple/sqlalchemy-utils/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) -- Some packages may not be found!
   Couldn't find index page for 'sqlalchemy-utils' (maybe misspelled?)
   Scanning index of all packages (this may take a while)
   Reading https://pypi.org/simple/
   Download error on https://pypi.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) -- Some packages may not be found!
   No local packages or working download links found for sqlalchemy-utils
   error: Could not find suitable distribution for Requirement.parse('sqlalchemy-utils')
   ```
   ### 
   I have tried uninstalling python (brew) reinstalling...updating openssl...
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org