PyCharm Vagrant无法为远程解释器

时间:2018-02-27 11:11:09

标签: python vagrant pycharm

我在3个月前使用Vagrant配置了远程Python解释器,当我使用它时,一切都很好,过去两天我经常收到Couldn't refresh skeletons for remote interpreter错误,如视频所示:{{3} }

我不确定这可能是什么错误。

环境: Vagrant Ver.2.0.0

PyCharm 2017.3.3 (Professional Edition) Build #PY-173.4301.16, built on January 11, 2018 Licensed to my name Subscription is active until May 23, 2018 For educational use only. JRE: 1.8.0_152-release-1024-b11 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Mac OS X 10.13.3

3 个答案:

答案 0 :(得分:4)

在我的案例中由File-> Invalidate Caches & Restart按照你的论坛

的建议来解决

答案 1 :(得分:0)

可以通过清理远程解释器上的.pycharm_helpers文件夹来解决。

rm -rf ~/.pycharm_helpers

答案 2 :(得分:0)

我需要从附加到远程解释器的 Visible only for this project 中删除 Deployment configuration 标志。然后我使缓存无效并按照其他答案的建议重新启动。