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

after an upgrade to ubuntu 23.04 (python 3.11), invoke can no longer import external modules #938

Open
rjfred opened this issue May 2, 2023 · 2 comments

Comments

@rjfred
Copy link

rjfred commented May 2, 2023

I ran into a situation where I had to upgrade invoke to the latest version to get it to run at all, then it choked importing an ansible module. I tried importing the same module at the python repl, and it imported fine. The invoke error was simply that "ansible" is not a package.

Ansible is loaded from a submodule, so it's able to import project modules, but it's having trouble with external modules.

@kuwv
Copy link
Contributor

kuwv commented Jun 1, 2023

@rjfred can you confirm the versions you are having issues?

@rjfred
Copy link
Author

rjfred commented Jun 1, 2023 via email

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

2 participants