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

ERROR: Failure: ImportError (No module named passlib.hash) #6776

Closed
lc3t35 opened this issue Mar 31, 2014 · 2 comments
Closed

ERROR: Failure: ImportError (No module named passlib.hash) #6776

lc3t35 opened this issue Mar 31, 2014 · 2 comments
Labels
docs This issue/PR relates to or includes documentation.

Comments

@lc3t35
Copy link

lc3t35 commented Mar 31, 2014

Issue Type:

“Documentation Report”

Ansible Version:

ansible 1.6 (devel 51727e8) last updated 2014/03/31 16:47:56 (GMT +200)

Environment:

OS X 10.8.5
Python 2.7.2

Summary:

Please summarize your request in this space. You will earn bonus points for being succinct, but please add enough detail so we can understand the request.

Steps To Reproduce:

When i run "make tests" after cloning the source, i have the following error

ERROR: Failure: ImportError (No module named passlib.hash)
Expected Results:

Tests pass

Actual Results:

ERROR: Failure: ImportError (No module named passlib.hash)

To have the tests pass from the source, you need to install passlib

pip install passlib
make tests
....
----------------------------------------------------------------------
Ran 146 tests in 8.115s

I suggest to modify in the documentation

sudo pip install paramiko PyYAML jinja2 httplib2 passlib
@mpdehaan
Copy link
Contributor

Yep, agree we should tweak the docs about this.

@mpdehaan
Copy link
Contributor

mpdehaan commented Apr 2, 2014

Added to testing/README.md.

Thanks!

@mpdehaan mpdehaan closed this as completed Apr 2, 2014
@ansibot ansibot added docs This issue/PR relates to or includes documentation. and removed docs_pull_request labels Mar 3, 2018
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs This issue/PR relates to or includes documentation.
Projects
None yet
Development

No branches or pull requests

3 participants