Trio on Android is failing because of the changes from Python 3.14
```python
import sys
print("Reports:", sys.platform)
```
`Reports: android`
And I believe it's the same for iOS devices.
Error message we are getting: `ImportError: cannot import name 'current_kqueue' from 'trio._core._run' (/data/user/0/org.kuzeyron.camera.feed/files/app/_python_bundle/site-packages/trio/_core/_run.pyc)`
关闭于 2025-11-26 5 条评论