Python spyder:在没有SUID沙箱的情况下运行

Python spyder:在没有SUID沙箱的情况下运行,python,python-3.x,spyder,Python,Python 3.x,Spyder,我通过以下方式安装spyder: sudo pip3 install spyder 当我运行它时: ~$ spyder 它显示以下错误: [1016/190710:ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox! See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_developmen

我通过以下方式安装spyder:

sudo pip3 install spyder
当我运行它时:

~$ spyder
它显示以下错误:

    [1016/190710:ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox! 
See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the sandbox on.
    Segmentation fault (core dumped)
如何修复此错误?我的ubuntu版本是16.10