编程语言
首页 > 编程语言> > 问题解决:Pycharm一直卡在Uploading PyCharm helpers && Python Interpreter... Python helpers are not copied yet

问题解决:Pycharm一直卡在Uploading PyCharm helpers && Python Interpreter... Python helpers are not copied yet

作者:互联网

问题描述

今天重启了下电脑,突然发现pycharm会一直卡在下面这个地方
在这里插入图片描述
运行py文件会报错,“Python helpers are not copied yet to the remote host. Please wait until remote interpreter”

看到有个博客说把C:\Program Files\JetBrains\PyCharm 2017.2.3中的skeletons文件夹删掉,重新启动再配置远程环境就好了。

这个我试了下,失败了

解决方法

搜了一段时间后,终于在这里找到了解决方法

具体地,登陆到远程服务器,然后执行下面的操作

cd /home/root/
cd ./.pycharm_helpers/
rm -rf check_all_test_suite.py
tar -xvzf helpers.tar.gz

最后重启pycharm后就可以了

参考资料

标签:...,Python,helpers,pycharm,PyCharm,copied,yet
来源: https://blog.csdn.net/qq_43827595/article/details/120027389