There is a conflict between a system package and pip trying to install 
another package which in Pip 10 it doesn't handle properly. You can do 
either of the following

   - Use a virtualenv and run Ansible from there 
   
https://stackoverflow.com/questions/49916736/how-to-properly-handle-conflicting-distutils-libraries-with-pip
   - Install the packages for just the user "pip install pywinrm --user"
   - Skip the install of requests and continue to use the distuil packaged 
   version "pip install pywinrm --ignore-installed"

That's what I would recommend you try

Thanks

Jordan

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/17490ede-03b5-4951-82cb-01cc5eded027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to