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
Python 3.6.8 (default, Jan 19 2022, 23:28:49)
[GCC 8.5.0 20210514 (Red Hat 8.5.0-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import libzt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib64/python3.6/site-packages/libzt/__init__.py", line 1, in <module>
from .libzt import *
File "/usr/local/lib64/python3.6/site-packages/libzt/libzt.py", line 13, in <module>
from . import _libzt
ImportError: /usr/local/lib64/python3.6/site-packages/libzt/_libzt.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN8ZeroTier12LinuxNetLinkD1Ev
>>>
请问这是什么问题,是我少安装了什么组件吗?
The text was updated successfully, but these errors were encountered:
请问安装python libzt正常,没有任何错误,但是使用的时候错误信息如下:
请问这是什么问题,是我少安装了什么组件吗?
The text was updated successfully, but these errors were encountered: