Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

'pip install molecule-plugins[docker]' does not work as expected #134

Closed
JustinSenia342 opened this issue Apr 20, 2023 · 1 comment
Closed

Comments

@JustinSenia342
Copy link

The molecule docker driver worked just fine for me yesterday, but today it's displaying some unexpected behavior that resulted in the "molecule test" command kicking back an error.

I compared the logs between yesterday and today, and the found a few things which stuck out in the logs:

At the start of the run I now get a:
WARNING docker driver is not installed
(which wasn't there yesterday - when "molecule test" still functioned as expected)

At the end after the stack trace:
AttributeError: module 'molecule.command' has no attribute 'lint'. Did you mean: 'list'?

I'm guessing it's kicking back a missing attribute message is due to an issue with the docker driver install process (can't post the full stack trace though because the error is from a work computer).

I made sure the dependencies were installed, and that didn't seem to be the problem, it looks like the only change may have been a recent update to this plugin - which looks like it may not install the docker driver correctly now for some reason.

If you could look into this, it would be very much appreciated :)

@apatard
Copy link
Member

apatard commented Apr 21, 2023

I doubt I'll have time to look at that today, but at least, what I can say:

@ansible-community ansible-community locked and limited conversation to collaborators Apr 21, 2023
@ssbarnea ssbarnea converted this issue into discussion #135 Apr 21, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants