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/11/24 22:19:41 UTC

[GitHub] PushHandle opened a new issue #6429: Cannot install superset (Mac 10.14)

PushHandle opened a new issue #6429: Cannot install superset (Mac 10.14)
URL: https://github.com/apache/incubator-superset/issues/6429
 
 
   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 there are 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
   Trying to install the latest stable version on Mac OS 10.14 (Mojave).
   I previously successfully installed v 25.0 but have had trouble upgrading.
   
   ### Expected results
   Follow instructions here and install: https://superset.incubator.apache.org/installation.html 
   I previously successfully installed v 25.0 but have had trouble upgrading on the same machine.
   
   ### Actual results
   
   After running 'pip install superset' seeing this returned at the tail end:
   
     Failed building wheel for cchardet
     Running setup.py clean for cchardet
   Failed to build python-geohash sasl cchardet
   Installing collected packages: idna, six, pycparser, cffi, asn1crypto, cryptography, Werkzeug, click, MarkupSafe, Jinja2, itsdangerous, flask, flask-caching, python-geohash, humanize, isodate, flask-compress, geographiclib, geopy, colorama, future, sqlalchemy, sqlalchemy-utils, pathlib2, docutils, jmespath, python-dateutil, botocore, s3transfer, boto3, pyhive, thrift, sasl, thrift-sasl, vine, amqp, kombu, billiard, pytz, celery, polyline, simplejson, contextlib2, numpy, pandas, chardet, certifi, urllib3, requests, pydruid, unicodecsv, parsedatetime, webencodings, bleach, gunicorn, WTForms, flask-wtf, defusedxml, python3-openid, Flask-OpenID, Flask-SQLAlchemy, Flask-Login, babel, Flask-Babel, flask-appbuilder, pyyaml, jsonschema, jsonlines, ijson, cchardet, linear-tsv, et-xmlfile, jdcal, openpyxl, xlrd, tabulator, rfc3986, tableschema, markdown, tornado, flower, unidecode, python-editor, Mako, alembic, flask-migrate, sqlparse, superset
     Running setup.py install for python-geohash ... error
       Complete output from command /Users/michaelcurry/Projects/superset/venv/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/var/folders/dx/r2gd9l9d7j19v83wqnnr2j0w0000gn/T/pip-install-nnemd12o/python-geohash/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/dx/r2gd9l9d7j19v83wqnnr2j0w0000gn/T/pip-record-npgbtk5r/install-record.txt --single-version-externally-managed --compile --install-headers /Users/michaelcurry/Projects/superset/venv/bin/../include/site/python3.6/python-geohash:
       running install
       running build
       running build_py
       creating build
       creating build/lib.macosx-10.6-intel-3.6
       copying geohash.py -> build/lib.macosx-10.6-intel-3.6
       copying quadtree.py -> build/lib.macosx-10.6-intel-3.6
       copying jpgrid.py -> build/lib.macosx-10.6-intel-3.6
       copying jpiarea.py -> build/lib.macosx-10.6-intel-3.6
       running build_ext
       building '_geohash' extension
       creating build/temp.macosx-10.6-intel-3.6
       creating build/temp.macosx-10.6-intel-3.6/src
       gcc -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -g -DPYTHON_MODULE=1 -I/Library/Frameworks/Python.framework/Versions/3.6/include/python3.6m -c src/geohash.cpp -o build/temp.macosx-10.6-intel-3.6/src/geohash.o
       warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
       1 warning generated.
       warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
       1 warning generated.
       g++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-3.6/src/geohash.o -o build/lib.macosx-10.6-intel-3.6/_geohash.cpython-36m-darwin.so
       clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
       clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
       ld: library not found for -lstdc++
       clang: error: linker command failed with exit code 1 (use -v to see invocation)
       error: command 'g++' failed with exit status 1
       
       ----------------------------------------
   Command "/Users/michaelcurry/Projects/superset/venv/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/var/folders/dx/r2gd9l9d7j19v83wqnnr2j0w0000gn/T/pip-install-nnemd12o/python-geohash/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/dx/r2gd9l9d7j19v83wqnnr2j0w0000gn/T/pip-record-npgbtk5r/install-record.txt --single-version-externally-managed --compile --install-headers /Users/michaelcurry/Projects/superset/venv/bin/../include/site/python3.6/python-geohash" failed with error code 1 in /private/var/folders/dx/r2gd9l9d7j19v83wqnnr2j0w0000gn/T/pip-install-nnemd12o/python-geohash/
   
   ### Steps to reproduce
   
   1. Tried to upgrade without success
   2. Uninstalled superset 
   3. Created new destination to begin installation from scratch
   4. Got the above error when running 'pip install superset'
   

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