djangoでアプリを制作したいと考えています。コマンドプロンプトから対象ディレクトリに移動し、django-admin startproject mysiteを入力すると、
'django-admin' is not recognized as an internal or external command,
operable program or batch file.
と表示されたため、pip install django-adminを入力しdjango-adminをインストールしようとしたところ、以下のエラーが表示されます。原因は何でしょうか。(パスの問題のような気がするのですが、解決方法が分かりません)
ERROR: Command errored out with exit status 1: 'C:\Users\esaeki\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\esaeki\AppData\Local\Temp\pip-install-nnz8b72s\screen\setup.py'"'"'; file='"'"'C:\Users\esaeki\AppData\Local\Temp\pip-install-nnz8b72s\screen\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\esaeki\AppData\Local\Temp\pip-record-ip87acp2\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\esaeki\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\Include\screen' Check the logs for full command output.
回答2件
あなたの回答
tips
プレビュー