Hi All,

I need to install pip and additional pip modules. Having trouble with 
virtualenv, it's not installing.

What I have:

- name: install pip
  easy_install:
    name: pip
    state: latest
- name: install additional pip modules
  easy_install:
    name: virtualenv
    executable: easy_install-3.3


Error:

fatal: [abls15ex6406]: FAILED! => {"changed": false, "msg": "Download error 
on https://pypi.org/simple/virtualenv/: [SSL: CERTIFICATE_VERIFY_FAILED] 
certificate verify failed (_ssl.c:833) -- Some packages may not be 
found!\nCouldn't find index page for 'virtualenv' (maybe 
misspelled?)\nDownload error on https://pypi.org/simple/: [SSL: 
CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833) -- Some 
packages may not be found!\nNo local packages or working download links 
found for virtualenv\nerror: Could not find suitable distribution for 
Requirement.parse('virtualenv')\n"}

Can anyone help me out?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2c36e2b3-b321-44f3-95d3-95eca99f3a9b%40googlegroups.com.

Reply via email to