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

Problem installing sasl #4589

Closed
danatvzw opened this issue Mar 9, 2018 · 3 comments
Closed

Problem installing sasl #4589

danatvzw opened this issue Mar 9, 2018 · 3 comments
Labels
inactive Inactive for >= 30 days

Comments

@danatvzw
Copy link

danatvzw commented Mar 9, 2018

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
    Receiving the following error when attempting to install:
    "Command "/usr/bin/python2.7 -u -c "import setuptools, tokenize;file='/tmp/pip-build-enrh6u/sasl/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-qb9oVE-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-enrh6u/sasl/"

Superset version

superset-0.23.2
setuptools-38.5.2
pip-9.0.1
sasl-0.2.1
python 2.7
OS: solaris 2.11

Expected results

Successful installation

Actual results

'cc' command failed with exit status 1

Steps to reproduce

python setup.py install
or
pip install sasl==0.2.1

@xrmx
Copy link
Contributor

xrmx commented Mar 11, 2018

It looks like you are missing sasl dependecies.

@raffas
Copy link
Contributor

raffas commented Mar 14, 2018

Solaris 2.11 ... 1993 version? Seems quite old...

If instead is Solaris 11, maybe try to install sasl_dev package from here: https://www.opencsw.org/packages/sasl_dev/

The dependencies are listed here: https://superset.incubator.apache.org/installation.html#os-dependencies.
Try to find the equivalent package for your OS.

@stale
Copy link

stale bot commented Apr 11, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Apr 11, 2019
@stale stale bot closed this as completed Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

3 participants