After updating to 3.1, PyCharm hangs forever (on OSX 10.9.1, Python 2.7.5) during the "indexing" of packages.
For me this occurs while indexing scipy
(0.13.3). If I unistall scipy
, indexing appears to complete, but then hangs again on "pythonstubs". The UI becomes unresponsive, CPU use is maxed, and I'm unable to do anything and have to force-quit the app.
If I reinstall scipy, PyCharm hangs again at the same spot in the scipy scan (see screen capture of dialog):
FWIW, I can run Python scripts from the system command line (including some that use scipy
and many other packages recently updated or installed) without issue, so the Python installation is sound.
Has anyone had a similar problem or found a way around this one?