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
编译完成后执行sudo cp -a build/* / 失败,因为mac的新版本系统没有那个权限。
然后我复制到了/usr/local/include 和 /usr/local/lib中。
最后测试的时候报下面的错误
ImportError: dlopen(/Users/king/Library/Python/3.8/lib/python/site-packages/udbserver.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_udbserver'
The text was updated successfully, but these errors were encountered:
sudo /usr/bin/python3 setup.py install
然后
/usr/bin/python3 example.py
Traceback (most recent call last):
File "example.py", line 3, in
from udbserver import udbserver
ImportError: dlopen(/Users/king/Library/Python/3.8/lib/python/site-packages/udbserver.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_udbserver'
编译完成后执行sudo cp -a build/* / 失败,因为mac的新版本系统没有那个权限。
然后我复制到了/usr/local/include 和 /usr/local/lib中。
最后测试的时候报下面的错误
ImportError: dlopen(/Users/king/Library/Python/3.8/lib/python/site-packages/udbserver.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_udbserver'
The text was updated successfully, but these errors were encountered: