Replies: 1 comment 1 reply
-
PS: Even with Thanks for trying this :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Try to run on Android10, via QPython, got exception:
data/user/0/org.qpython.qpy3/files/bin/python3-android5 -m proxy <
Traceback (most recent call last):
File "/data/user/0/org.qpython.qpy3/files/lib/python36.zip/multiprocessing/synchronize.py", line 29, in
ImportError: cannot import name 'sem_unlink'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/user/0/org.qpython.qpy3/files/lib/python36.zip/runpy.py", line 183, in _run_module_as_main
File "/data/user/0/org.qpython.qpy3/files/lib/python36.zip/runpy.py", line 142, in _get_module_details
File "/data/user/0/org.qpython.qpy3/files/lib/python36.zip/runpy.py", line 109, in _get_module_details
File "/storage/emulated/0/qpython/lib/python3.6/site-packages/proxy/init.py", line 11, in
from .proxy import Proxy, main, sleep_loop, entry_point
File "/storage/emulated/0/qpython/lib/python3.6/site-packages/proxy/proxy.py", line 26, in
from .core.acceptor import AcceptorPool
File "/storage/emulated/0/qpython/lib/python3.6/site-packages/proxy/core/acceptor/init.py", line 15, in
from .pool import AcceptorPool
File "/storage/emulated/0/qpython/lib/python3.6/site-packages/proxy/core/acceptor/pool.py", line 24, in
from .acceptor import Acceptor
File "/storage/emulated/0/qpython/lib/python3.6/site-packages/proxy/core/acceptor/acceptor.py", line 21, in
import multiprocessing.synchronize
File "/data/user/0/org.qpython.qpy3/files/lib/python36.zip/multiprocessing/synchronize.py", line 34, in
ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
1|:/sdcard/qpython/lib/python3.6/site-packages $
Beta Was this translation helpful? Give feedback.
All reactions