pipインストールでの「Xの失敗したビルディングホイール」の意味は何ですか?
これはここSOで本当に人気のある質問ですが、私が見た多くの回答のどれも、このエラーが実際に何を意味するのか、そしてなぜそれが発生するのかを明確に説明していません。 混乱の原因の1つは、(たとえば)実行するとpip install pycparser、最初にエラーが発生することです。 Failed building wheel for pycparser その後、パッケージが次のようなメッセージが表示されます。 Successfully installed pycparser-2.19。 # pip3 install pycparser Collecting pycparser Using cached https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz Building wheels for collected packages: pycparser Running setup.py bdist_wheel for pycparser ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-g_v28hpp/pycparser/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" …