8
votes

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.

1
Did you configure the interpreter correctly? Also did you add the library paths to interpreter? - Rustam Safin
Are you using virtual envs? - Henrik Andersson
Nope. I don't use them even with the default (ActiveState) Python. - Apache
It's configured properly, but I feared there will be problems if I add it to PATH. I'll try to remove the ActiveState Python and add pypy as default. - Apache
No, it didn't help. Sadly. - Apache

1 Answers

3
votes

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.