[Bug 281490] net/py-eventlet: Broken, 'import eventlet' fails: NotImplementedError: unsupported platform
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Sep 2024 23:56:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281490 Bug ID: 281490 Summary: net/py-eventlet: Broken, 'import eventlet' fails: NotImplementedError: unsupported platform Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Assignee: sunpoet@FreeBSD.org $ python3.11 Python 3.11.9 (main, Jul 11 2024, 01:05:32) [Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a on freebsd14 Type "help", "copyright", "credits" or "license" for more information. >>> import eventlet Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.11/site-packages/eventlet/__init__.py", line 6, in <module> from eventlet import convenience File "/usr/local/lib/python3.11/site-packages/eventlet/convenience.py", line 7, in <module> from eventlet.green import socket File "/usr/local/lib/python3.11/site-packages/eventlet/green/socket.py", line 21, in <module> from eventlet.support import greendns File "/usr/local/lib/python3.11/site-packages/eventlet/support/greendns.py", line 78, in <module> setattr(dns, pkg, import_patched('dns.' + pkg)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/eventlet/support/greendns.py", line 60, in import_patched return patcher.import_patched(module_name, **modules) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/eventlet/patcher.py", line 132, in import_patched return inject( ^^^^^^^ File "/usr/local/lib/python3.11/site-packages/eventlet/patcher.py", line 109, in inject module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/dns/asyncquery.py", line 32, in <module> import dns.quic File "/usr/local/lib/python3.11/site-packages/dns/quic/__init__.py", line 37, in <module> import trio File "/usr/local/lib/python3.11/site-packages/trio/__init__.py", line 23, in <module> from ._core import TASK_STATUS_IGNORED as TASK_STATUS_IGNORED # isort: split ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/trio/_core/__init__.py", line 21, in <module> from ._local import RunVar, RunVarToken File "/usr/local/lib/python3.11/site-packages/trio/_core/_local.py", line 9, in <module> from . import _run File "/usr/local/lib/python3.11/site-packages/trio/_core/_run.py", line 2844, in <module> raise NotImplementedError("unsupported platform") NotImplementedError: unsupported platform py311-eventlet-0.36.1 py311-trio-0.26.2 Python-3.11 -- You are receiving this mail because: You are the assignee for the bug.