windows10でEmacs27を使用しています。
文法チェックのためにflycheckを使い始めたのですが、Pythonファイルの編集中ずっとミニバッファに以下のメッセージが表示され続けます。
Try installing a more recent version of python-pycompile, and please open a bug report if the issue persists in the latest release. Thanks!
M-x flycheck-verify-setup した時の表示は以下の通りです。
Syntax checkers for buffer test.py in python-mode: First checker to run: python-pycompile - may enable: yes - executable: Found at /path/to/python3.exe - next checkers: python-mypy Checkers that are compatible with this mode, but will not run until properly configured: python-flake8 (automatically disabled) reset - may enable: no - executable: Found at /path/to/python3.exe - configuration file: Not found - `flake8' module: Missing; sys.path is nil - next checkers: python-pylint, python-mypy python-pylint (automatically disabled) reset - may enable: no - executable: Found at /path/to/python3.exe - configuration file: Not found - `pylint' module: Missing; sys.path is nil - next checkers: python-mypy python-pyright (automatically disabled) reset - may enable: no - executable: Not found python-mypy (automatically disabled) reset - may enable: yes - may run: t - executable: Found at /path/to/python3.exe - configuration file: Not found Flycheck Mode is enabled. Use C-u C-c ! x to enable disabled checkers. -------------------- Flycheck version: 32snapshot (package: 20210321.852) Emacs version: 27.2 System: x86_64-w64-mingw32 Window system: w32
(何が必要な情報かよく分からないのでとりあえず...)
どなたか対処法をよろしくお願いします。
わからないですけど、/path/to/python3.exe ってなんかウソくさいパスですね。
回答1件
あなたの回答
tips
プレビュー