質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Emacs

GNU Emacsと拡張性の高い、高性能なテキストエディタです。豊富なライブラリの導入により、統合開発環境やWebブラウザとしても機能させる事が可能です。

Q&A

解決済

1回答

923閲覧

flycheck使用中にミニバッファにメッセージが表示され続ける

退会済みユーザー

退会済みユーザー

総合スコア0

Emacs

GNU Emacsと拡張性の高い、高性能なテキストエディタです。豊富なライブラリの導入により、統合開発環境やWebブラウザとしても機能させる事が可能です。

0グッド

0クリップ

投稿2021/05/08 13:35

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

(何が必要な情報かよく分からないのでとりあえず...)

どなたか対処法をよろしくお願いします。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

itagagaki

2021/05/09 09:12

わからないですけど、/path/to/python3.exe ってなんかウソくさいパスですね。
guest

回答1

0

ベストアンサー

自己解決できました。

投稿2021/05/12 04:42

退会済みユーザー

退会済みユーザー

総合スコア0

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問