FGtatsuro/ansible-android

pip packages installation fails on OSX

Closed this issue · 2 comments

Hello :)
I am running this role on an OSX machine and I am facing ansible/ansible-modules-core#1656. Do you have any clue on how we could implement a workaround for this issue without messing with Linux distributions?

@sa-spag

Thank you for your report.
In #11, I added a variable android_extra_components_pip_executable to use specified pip executable.
This may resolve your issue.

Thanks, you rock!