Native file watcher executable not found
已回答
Hi All,
I'm running pycharm on linux mint Sylvia. However I'm getting the below error message when ever a file is being changed outside of pycharm. I'm not able to view the changes in the pycharm. Could you please help me fix this error.
External file changes sync may be slow: Native file watcher executable not found
Thanks,
Arun
请先登录再写评论。
Here are the details of the pycharm I'm using
PyCharm 2017.3 (Community Edition)
Build #PC-173.3727.137, built on November 28, 2017
JRE: 1.8.0_152-release-1024-b6 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.13.0-32-generic
OS: Linux Mint 18.3 Cinnamon 64 bit
Do you have bin/fsnotifier64 in your PyCharm install dir? Does it have executable permissions?
Where is the pycharm install dir is located inside the linux mint file system? However I found the idea.log file. Here is it's content: https://paste.ubuntu.com/26545014/
Well... You must know yourself where you have it installed. From the log it seems that it's /app/pycharm
Not sure if this is the right location to look into but I just found these in /proc/5515/root/app/pycharm/bin
fsnotifier is definitely missing; I'd suggest removing your installation and re-installing from scratch. Make sure to extract the downloaded archive into a new empty dir, not over existing installation!