前提・実現したいこと
ここに質問の内容を詳しく書いてください。
(例)PHP(CakePHP)で●●なシステムを作っています。
■■な機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
ERROR: Command errored out with exit status 1: command: /mnt/c/practice/myvenv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rc9qu9m9/django-allauth/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rc9qu9m9/django-allauth/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-qcv59v_r cwd: /tmp/pip-install-rc9qu9m9/django-allauth/ Complete output (6 lines): usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_wheel' ---------------------------------------- ERROR: Failed building wheel for django-allauth Running setup.py clean for django-allauth Failed to build django-allauth Installing collected packages: pytz, sqlparse, Django, django-widget-tweaks, defusedxml, python3-openid, idna, certifi, urllib3, chardet, requests, oauthlib, requests-oauthlib, django-allauth Running setup.py install for django-allauth ... done Successfully installed Django-2.2.20 certifi-2020.12.5 chardet-4.0.0 defusedxml-0.7.1 django-allauth-0.41.0 django-widget-tweaks-1.4.8 idna-2.10 oauthlib-3.1.0 python3-openid-3.2.0 pytz-2021.1 requests-2.25.1 requests-oauthlib-1.3.0 sqlparse-0.4.1 urllib3-1.26.4
該当のソースコード
試したこと
情けない話、今までに対峙したことがないエラーなため、対処法が全く分かりません。
もしよければ、このエラーメッセージの読み方も教えていただけると、大変ありがたいです。
補足情報(FW/ツールのバージョンなど)
Django~=2.2.10
django-widget-tweaks~=1.4.8
django-allauth~=0.41.0
これを実行しました。
あなたの回答
tips
プレビュー