我的spyder是单独安装的,没有使用anaconda, 之前看见过帖子,试过成功。不知道anaconda的spyder是不是也是这样子的:
修改 /usr/lib/python3/dist-packages/spyder/plugins/completion/kite/widgets/install.py 文件,首先备份一份该文件,然后注释掉以下代码:
第58行:
#image = image.scaled(image_width, image_height, Qt.KeepAspectRatio,
# Qt.SmoothTransformation)
第144行:
#install_gif.setScaledSize(QSize(image_width, image_height))
第245-248行:
#copilot_label.setPixmap(
# copilot_image.scaled(image_width, image_height,
# Qt.KeepAspectRatio,
# Qt.SmoothTransformation))
保存修改,问题解决
--
FROM 219.237.112.*