Where did you grab the tarball from? GitHub? If so then that would be expected since the module repos are separate from the core repo, you only pulled 1 of 3 required if you do it that way.
You can do it directly via pip with the following command: pip wheel git+ https://github.com/ansible/[email protected]#egg=ansible pip will handle updating the submodules and such for you. On Tue, Apr 7, 2015 at 2:14 PM, Anand Buddhdev <[email protected]> wrote: > I didn't clone the repo. I fetched the tarball, and built the wheel from > it, like this: > > $ pip wheel --no-deps ansible-1.9.1-0.1.rc1.tar.gz > > On Tuesday, 7 April 2015 21:10:55 UTC+2, James Cammarata wrote: > > Hi Anand, when you cloned the repo, did you update the submodules? >> > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/0af64e46-4595-4e02-abf1-1e7888132dca%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/0af64e46-4595-4e02-abf1-1e7888132dca%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Matt Martz @sivel sivel.net -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAD8N0v8y0U-C-N6C0LFoWapM4jq2GsPVTXM9A1KR7nqdx2F0ng%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
