Indexing takes forever.
Answered
Hi ,
I am using PyCharm 2016.3.2. Since few days, whenever i start it , it hangs at "indexing" and it very annoying and heavily uses computer resources like more than 70% CPU uses. I tried to exclude big file in my project folders but problem still persist.
can you help me with this issue?
Please sign in to leave a comment.
Have you tried Invalidating the Cache?
The thing to remember about Pycharm is it will cache everything in site-packages and the PYTHONPATH, not just what is in your project.
I made the mistake one day of including a log folder in one of the PYTHONPATHs and it blew up my indexing.
Please feel free to submit issue about it to Pycharm issue tracker: https://youtrack.jetbrains.com/issues/PY with your zipped log folder (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files) to let us investigate the problem.