[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-10-06 Thread Dominic Johnson
I have the same issue: "I cannot geht Ansible Modules from community.vmware to work because of module 'ssl' has no attribute 'wrap_socket'" -- 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

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-09-19 Thread Lars Fessler
Hi, is an ETA or Workaround? I cannot geht Ansible Modules from community.vmware to work because of module 'ssl' has no attribute 'wrap_socket' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065876 T

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-06-26 Thread Mats Utterheim
Thank you. Updated the post with steps to reproduce ** Description changed: pyVmomi is not working with python 3.12 that ships with 24.04. There is a commit in the official GIT repo to fix this. https://github.com/vmware/pyvmomi/commit/44d7b9f0c201a92018bac8324542c0adf96aa148 Here

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-06-19 Thread Konstantin
@MatsUtterheim you seem to have forgotten to write steps to reproduce, please add it to the post: to reproduce just execute: python3 -c 'from pyVim import connect' …on ubuntu 24.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-06-12 Thread Thomas Dreibholz
Yes, version 8.0.15 (current version in Ubuntu 24.04) is too old. The python3-mysql.connector package needs an upgrade to version 8.4, which supports Python 3.12 (-> https://dev.mysql.com/doc/connector- python/en/connector-python-versions.html). -- You received this bug notification because you

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-06-11 Thread Patrice Belleville
Version 8.0 of python3-mysql.connector supports python versions 3.11, 3.10, 3.9, 3.8, 3.7, (3.6 before 8.0.29), (2.7 and 3.5 before 8.0.24), but NOT version 3.12 which is what ships with noble. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-06-11 Thread Thomas Dreibholz
The issue also affects the package python3-mysql.connector: File "/usr/lib/python3/dist-packages/mysql/connector/__init__.py", line 173, in connect return MySQLConnection(*args, **kwargs) File "/usr/lib/python3/dist-packages/mysql/connector/conn

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-pyvmomi (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065876 Titl

[Bug 2065876] Re: module 'ssl' has no attribute 'wrap_socket'

2024-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mysql-connector-python (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/20658