Skip to content

python3: recent libressl causing python3 has no ssl? #20107

Description

@trippleflux

Maintainer: @jefferyto / Jeffery To
Environment: X86_64 snapshot glibc 2.36 binutils 2.39 GCC 12.2.0

Description:

Not really sure if it's really related but it seems the recent libressl upgrade causing python has no SSL ?

root@echelon:/home/username/works/openwrt/staging_dir/hostpkg/bin# ./python3 -m ssl
Traceback (most recent call last):
  File "/home/username/works/openwrt/staging_dir/hostpkg/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/username/works/openwrt/staging_dir/hostpkg/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/username/works/openwrt/staging_dir/hostpkg/lib/python3.10/ssl.py", line 99, in <module>
    import _ssl             # if we can't import it, let the error propagate
ModuleNotFoundError: No module named '_ssl'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions