Navigation Menu

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

Can't find dependencies to install (libsasl2-devel & python-wheel) #2205

Closed
3 tasks done
kaiosama opened this issue Feb 20, 2017 · 6 comments
Closed
3 tasks done

Can't find dependencies to install (libsasl2-devel & python-wheel) #2205

kaiosama opened this issue Feb 20, 2017 · 6 comments

Comments

@kaiosama
Copy link

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

0.15.4

Expected results

Trying to install dependencies on CentOS 6.6 according to the installation instruction:

sudo yum install gcc libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel

Actual results

yum cannot find packages: libsasl2-devel and python-wheel

Steps to reproduce

run the yum installation cmd

Note

I then installed cyrus-sasl-devel in place of what is supposed to be libsasl2-devel. I was then able to install and run Superset. However there is something wrong with the LDAP auth login under python 2.7 (but works under python 3.5), so I wonder if it is the right thing to do. Please advice and thanks in advance!

p.s.
I have these python sasl libs:
pure-sasl (0.3.0)
sasl (0.2.1)
thrift-sasl (0.2.1)

@gumho
Copy link

gumho commented Mar 15, 2017

I'm running into this issue too. This is occurring on CentOS 6.8.

@bcondron
Copy link

This isn't really an issue with superset.

You can try pointing your yum to a different repo set, but you're probably best off just building from source. Cyrus sasl meets the need for libsasl2-devel.

For python-wheel, you need to enable EPEL first.

Alternately, you can download the rpm and do a yum localinstall, or of course you can build from source.

@mistercrunch
Copy link
Member

Would love to get someone to update the docs with a solution though!

@yogeshak
Copy link

I installed cyrus-sasl-devel.x86_64 package on Fedora as libsasl2-devel is not available in repo.

@mistercrunch
Copy link
Member

Notice: this issue has been closed because it has been inactive for 306 days. Feel free to comment and request for this issue to be reopened.

@okcomputerik
Copy link

I know this issue was posted and closed long ago, but for anybody still looking for a solution, I got over it installing python-devel and openldap-devel (from here).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants