문제

For some weird reason, my PyCharm loves to show unresolved errors everywhere.
But only with pypy. The source runs just fine, even PyCharm can run the code perfect.

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.

도움이 되었습니까?

해결책

It's a known bug with PyPy support in PyCharm, see http://youtrack.jetbrains.com/issue/PY-9546.

The bug seems to be fixed now.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top