찾아보니 아래와 같이 3가지 방법으로 의견이 나뉜다.
1. File - Invalidate Caches / Restart - Invalidate and Restart를 누르면 해결된다 한다.
2. 'delete 'caches' folder in user/.IntellIJIdea13/system/ '
즉, C:\Users\User\.PyCharmCE2017.2\system\에 있는 caches폴더를 삭제한다.
https://stackoverflow.com/questions/15991561/intelli-j-idea-takes-forever-to-update-indices
3.
Preferences > Project Settings > Project Structure
Select the symlink and exlcude it from the project. This will prevent Pycharm from including and indexing the folder.
https://stackoverflow.com/questions/24955896/pycharm-indexing-goes-into-infinite-loop
File - Settings - Project: yourprojectname - Project Structure - Right click on folder and press "Excluded"
'Python > Pycharm' 카테고리의 다른 글
pycharm untrusted server certificate popup [파이참] Server Certificates 오류 해결 (0) | 2021.11.25 |
---|---|
[pycharm파이참에서 import 자동으로 hide숨김을 해제하는 방법]How do I make pyCharm stop hiding (unfold) my Python imports? (0) | 2021.11.22 |
파이참pycharm에서 2개 이상의 multiple projects 돌리는 방법 (0) | 2021.03.06 |
[self] pycharm에서 graphviz를 conda로 설치하니 안되는데, pip로 설치하니 된다. (0) | 2020.12.16 |
virtual env을 pycharm에 연동 시키는 방법 (0) | 2019.04.03 |