I am by no means a Linux expert but given this information I was able to
get it working on my 24.04 install by doing the following:

#Remove if installed already from package manager
sudo apt remove python3-pyvmomi

#Install latest version 
sudo apt install unzip
wget https://github.com/vmware/pyvmomi/archive/refs/tags/v8.0.3.0.1.zip
unzip v8.0.3.0.1.zip
cd pyvmomi-8.0.3.0.1
sudo python3 setup.py install

After that my Ansible VMware integration worked

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065876

Title:
  module 'ssl' has no attribute 'wrap_socket'

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/2065876/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to