MagicStack / uvloop

Ultra fast asyncio event loop.
Apache License 2.0
10.31k stars 539 forks source link

uvloop pypy3.9 error on import #521

Open owenwastaken opened 1 year ago

owenwastaken commented 1 year ago

uvloop fails to import with the following traceback


  File "/var/gpob/GB.py", line 36, in <module>
    import uvloop
  File "/usr/lib/pypy3.9/site-packages/uvloop/__init__.py", line 7, in <module>
    from .loop import Loop as __BaseLoop  # NOQA
ImportError: /usr/lib/pypy3.9/site-packages/uvloop/loop.pypy39-pp73-x86_64-linux-gnu.so: undefined symbol: PyContext_CopyCurrent```
chrysn commented 1 year ago

This is probably a duplicate of https://github.com/MagicStack/uvloop/issues/537 -- and while this is the older item, over there is where some conversation has already accumulated.