You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing the module fails (cffi 1.11.5 installed)
Python 3.7.1 (default, Oct 21 2018, 18:20:26)
[Clang 7.0.2 (https://android.googlesource.com/toolchain/clang 003100370607242d on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cffi
>>> import pycares
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/pycares/__init__.py", line 5, in <module>
from ._core import *
ImportError: dlopen failed: cannot locate symbol "getservbyport_r" referenced by "/data/data/com.termux/files/usr/lib/python3.7/site-packages/pycares/_core.cpython-37m.so"...
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/pycares/__init__.py", line 7, in <module>
from ._cfficore import *
ModuleNotFoundError: No module named 'pycares._cfficore'
I did notice, however, that no module matching 'pycares._cfficore' appeared to be installed.
Using termux 0.65 on android 8.1.0 pycares appears to build successfully
Importing the module fails (cffi 1.11.5 installed)
I did notice, however, that no module matching 'pycares._cfficore' appeared to be installed.
Thank you for any help you may be able to provide. Please let me know if you need further information.
The text was updated successfully, but these errors were encountered: