python pip command install pyinstaller failed prompting Installing build dependencies ... error.
2022-02-21 02:53:32
1. 現象です。
2.解決策、自分でダウンロードし、手動でインストールする
2.1 ダウンロードアドレス https://pypi.org/project/PyInstaller/3.5/#files
2.2 Unpack to E:\pythonInstaller-3.5
2.3 解凍したディレクトリ E:\pythonInstaller-3.5 に cmd を実行します。
2.4 手動でインストール E:\python Independent-3.5> python setup.py install
E:\python>pip install pyinstaller
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller- 3.5.tar.gz
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'd:\python36\python.exe' 'd:\python36\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'D:\user directory\my-documentation\' MobaXterm\slash\var\log\xwin\pip-build-env-bdn
0src2\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: --i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel
cwd: None
Complete output (14 lines):
Traceback (most recent call last):
File "d:\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "d:\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "d:\python36\lib\site-packages\pip\__main__.py", line 16, in <module>
from pip._internal import main as _main # isort:skip # noqa
File "d:\python36\lib\site-packages\pip\_internal\\__init__.py", line 4, in <module>
import locale
File "d:\python36\lib\locale.py", line 16, in <module>
import re
File "d:\python36\lib\re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
----------------------------------------
ERROR: Command errored out with exit status 1: 'd:\python36\python.exe' 'd:\python36\lib\site-packages\pip' install --ignore-installed --no- user --prefix 'D:\user directory\my documents\MobaXterm\s
lash\var\log\xwin\pip-build-env-bdn0src2\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: --i https://pypi.org/ simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output.
for full command output.
E:\python>
<イグ
関連
-
[解決済み】Python regex AttributeError: 'NoneType' オブジェクトに 'group' 属性がない。
-
[解決済み】AWS : 設定プロファイル(MyName)が見つかりませんでした。
-
[解決済み] Python matplotlib.dates.date2num: numpy の配列を matplotlib の datetimes に変換する
-
[解決済み] 値でリストをグループ化する
-
[解決済み] Python の curve_fit を複数の独立変数に対応させる
-
[解決済み] なぜ Django は "DisallowedHost at /" というエラーを投げるのでしょうか?
-
[解決済み] PythonでGenerics/templates?
-
[解決済み] sqlite3.OperationalError: データベースファイルを開くことができません。
-
[解決済み] Python 2.7でpylabを関数レベルでインポートするには、どのような方法が望ましいですか?
-
Python の open() でファイルを読み込む際の Unicode エンコーディングの問題
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み】TypeError: method()は1つの位置引数を取るが、2つが与えられている
-
[解決済み】 AttributeError:'bytes' object has no attribute 'encode'.
-
[解決済み】TypeError: imshow()で配列をプロットすると、画像データの寸法が不正になる
-
[解決済み] ValueErrorです。複数の要素を持つ配列の真偽値は曖昧である。a.any()またはa.all()を使用する。
-
[解決済み] 3Dプライファイルの画像を2D画像に変換することができません。
-
[解決済み] argsortを降順で使用することは可能ですか?
-
[解決済み] 関数デコレータを作成し、それらを連鎖させるには?
-
[解決済み] NameError: 名前 'request' が定義されていません。
-
EnvironmentErrorのため、パッケージをインストールできませんでした。[Errno 28] デバイスに空き領域がありません。
-
Python OSError: [Errno 22] 無効な引数です。発生と解決