galaxyproject / galaxy Public
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
Failed to load LDAP module #10410
Comments
|
Also I ought to say; However Galaxy when it runs, it checks here: I ought to say that I do all this having done Python and I are not friends.... what am i doing wrong? |
|
And this is galaxy's ~/.venv/pyvenv.cfg. hence being lost on what i'm doing wrong |
|
OK adding If this was the right way, IDK. Perhaps if it was in the documentation somewhere (e.g. https://docs.galaxyproject.org/en/master/admin/production.html)... |
|
@alpapan conda is the wrong way, all Galaxy dependencies should be installed in its virtual environment ( |
|
Hello It sadly didn't do it automatically. Auth_conf was correctly including ldap. Before I tried writing this issue, i had also tried running ./scripts/common_startup.sh but to no avail. |
Hello
Having just updated to the both Ubuntu 20.04 I did a fresh install of Galaxy, (upgrading from 16.something). Using Python 3.6.11
I'm breaking my head around this for a few hours. For some reason I get
Failed to load LDAP module(see below for error) even though I have installed python-ldapI tried both
conda install python-ldapwhilst inside galaxy's environment (it installs ldap3-.2) andpip install ldap3-2.8.1(after checking the github issues).I first tried the 20.01 and then the dev branch (20.05 i believe). I tried checking if any of my old config files were invalid.
Any pointers how to debug this and figure out would be most appreciated....
thank you
alexie
The text was updated successfully, but these errors were encountered: