Tag: spyder

试图安装spyder3,但获得spyder2

我目前正在使用Ubuntu 16.04。 当我尝试使用安装程序从存储库安装spyder3时 apt-get install spyder3 它为python3.5安装spyder2。 所以我得到了启动画面,界面和配置文件夹和spyder2一样。 我如何安装spyder3?

无法让spyder使用python3(正确*)

我试图迁移到python3(参见从python2切换到python3 )继续; 试图用pip3安装spyder我到达了一个正常工作的工作区(虽然没有nautilus访问它,只能通过终端)。 更新系统然后重新启动它(由于某种未知原因)不再可访问; 在终端输入spyder会导致: Traceback (most recent call last): File “/usr/local/lib/python3.5/dist-packages/qtpy/__init__.py”, line 119, in from PySide import __version__ as PYSIDE_VERSION # analysis:ignore ImportError: No module named ‘PySide’ During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/local/bin/spyder”, line 11, in sys.exit(main()) File “/usr/local/lib/python3.5/dist-packages/spyder/app/start.py”, line 103, in main from […]

升级到Ubuntu 15.10 Wily并获得QNativeImage:无法附加共享内存段

我刚刚升级到Ubuntu 15.10。 我仍在使用nvidia-352 w / GT730卡的最新NVIDIA二进制驱动程序352.41。 当我启动spyder和spyder3时,显示器出现乱码,窗口元素尺寸错误并且不合适。 我收到以下错误: $ spyder QNativeImage: Unable to attach to shared memory segment. X Error: BadDrawable (invalid Pixmap or Window parameter) 9 Major opcode: 62 (X_CopyArea) Resource id: 0x0 。 。 。 有人可以帮我解决这个错误吗? 先感谢您! -法案 这是乱码Spyder屏幕的屏幕截图 2015年11月3日更新: 多个应用程序出现问题:spyder,VirtualBox和IPython Qt控制台。 似乎BadDrawable错误可能与Qt与Ubuntu 15.10有关。 这是乱码IPython 3 Qt控制台屏幕的屏幕截图

在ubuntu 16.04上安装没有Anaconda的Spyder3

(我试过按照这里的说明。我不能用Anaconda) sudo apt-get install spyder3 安装150MB的好东西。 然后,我做: pip install -U spyder 然后我做 spyder3 我得到: Traceback (most recent call last): File “/usr/local/lib/python3.6/dist-packages/spyder/utils/external/lockfile.py”, line 150, in lock symlink(str(os.getpid()), self.name) FileExistsError: [Errno 17] File exists: ‘4809’ -> ‘/home/me/.config/spyder-py3/spyder.lock’## Heading ## During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/local/lib/python3.6/dist-packages/spyder/utils/external/lockfile.py”, line 177, […]