简体   繁体   English

PyCharm和Pypy-未解决的参考

[英]PyCharm and Pypy - Unresolved reference

For some weird reason, my PyCharm loves to show unresolved errors everywhere. 由于某些奇怪的原因,我的PyCharm喜欢在任何地方显示未解决的错误。
But only with pypy. 但是只有pypy。 The source runs just fine, even PyCharm can run the code perfect. 源代码运行良好,即使PyCharm也可以完美运行代码。

But the red lines everywhere are really annoying. 但是到处都是红线真烦人。
The problem : 问题 http://i.imgur.com/o5BqCZP.jpg

Ps.: I tried the Invalidate cache method, but it didn't help. 附注:我尝试了Invalidate缓存方法,但没有帮助。

It's a known bug with PyPy support in PyCharm, see http://youtrack.jetbrains.com/issue/PY-9546 . 这是PyCharm中支持PyPy的已知错误, 请参见http://youtrack.jetbrains.com/issue/PY-9546

The bug seems to be fixed now. 该错误现在似乎已修复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM