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

2021/9/19 9:04:48

本文主要是介绍问题解决: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后就可以了

参考资料

  • pycharm 远程调试 上传 helpers 卡住 解决
  • Solving PyCharm bug: “Python helpers are not copied yet…”


这篇关于问题解决:Pycharm一直卡在Uploading PyCharm helpers && Python Interpreter... Python helpers are not copied yet的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程