tiny_computer
tiny_computer copied to clipboard
VScode安装ipykernel后运行ipynb会显示Permission denied(疑似getifaddrs问题)
报错信息如下:
Failed to start the Kernel.
/usr/lib/python3/dist-packages/jupyter_client/localinterfaces.py:265: UserWarning: Unexpected error discovering local network interfaces: [Errno 13] Permission denied
warn(\"Unexpected error discovering local network interfaces: %s\" % e)
Permission denied (src/ip_resolver.cpp:542).
View Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
好像也是getifaddrs无权限相关的问题,但是没有找到该如何操作
你的还好,我的刚启动那个vnc都报无权限,压根访问不了
你的还好,我的刚启动那个vnc都报无权限,压根访问不了
我也遇到了,咱这个问题最后有没有解决啊