質問編集履歴

3

errorを増やした

2022/01/15 12:22

投稿

tyoueenn
tyoueenn

スコア1

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,7 @@
12
12
  Checking Build System
13
13
  C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(514,5): warning MSB8029: 中間ディレクトリまたは出力ディレクトリを一時ディレク トリに置くことはできません。インクリメンタル ビルドで問題が発生する可能性があります。 [C:\Users\zhang\AppData\Local\Temp\pip-install-b6uopmvw\dlib_67175ce4477e4539b559e9e7763eff16\build\temp.win32-3.9\Release\dlib_build\dlib.vcxproj]
14
14
  subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
15
+ ERROR: Command errored out with exit status 1: 'C:\Users\zhang\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\zhang\\AppData\\Local\\Temp\\pip-install-pwk_7h7o\\dlib_488e8889ffb44be798fd6c58fbfad090\\setup.py'"'"'; __file__='"'"'C:\\Users\\zhang\\AppData\\Local\\Temp\\pip-install-pwk_7h7o\\dlib_488e8889ffb44be798fd6c58fbfad090\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\zhang\AppData\Local\Temp\pip-record-ltr8q3hp\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\zhang\anaconda3\Include\dlib' Check the logs for full command output.
15
16
  ```
16
17
 
17
18
 

2

エラーメッセージを追加しました

2022/01/15 12:17

投稿

tyoueenn
tyoueenn

スコア1

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
  pythonで顔認識を作るためにdlib19をインストールしたいです
5
5
  cmakeをインストールし、visualsutdio2022のc++の実行環境をインストールしました。
6
6
  VisualStudioのコマンドプロンプトからpip install dlibを実行したところ、以下のエラーメッセージが出ました
7
- (長かったためギガファイル便です)
7
+
8
8
  ### おそらくエラーメッセージであろうメッセージ
9
9
 
10
10
  ```

1

エラーメッセージであろうものを載せました

2022/01/15 12:16

投稿

tyoueenn
tyoueenn

スコア1

test CHANGED
File without changes
test CHANGED
@@ -5,10 +5,13 @@
5
5
  cmakeをインストールし、visualsutdio2022のc++の実行環境をインストールしました。
6
6
  VisualStudioのコマンドプロンプトからpip install dlibを実行したところ、以下のエラーメッセージが出ました
7
7
  (長かったためギガファイル便です)
8
- ### 発生している問題・エラーメッセージ
8
+ ### おそらくエラーメッセージであろうメッセージ
9
9
 
10
10
  ```
11
- https://xgf.nu/hrAK
11
+ C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(514,5): warning MSB8029: 中間ディレクトリまたは出力ディレクトリを一時ディレク トリに置くことはできません。インクリメンタル ビルドで問題が発生する可能性があります。 [C:\Users\zhang\AppData\Local\Temp\pip-install-b6uopmvw\dlib_67175ce4477e4539b559e9e7763eff16\build\temp.win32-3.9\Release\ZERO_CHECK.vcxproj]
12
+ Checking Build System
13
+ C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(514,5): warning MSB8029: 中間ディレクトリまたは出力ディレクトリを一時ディレク トリに置くことはできません。インクリメンタル ビルドで問題が発生する可能性があります。 [C:\Users\zhang\AppData\Local\Temp\pip-install-b6uopmvw\dlib_67175ce4477e4539b559e9e7763eff16\build\temp.win32-3.9\Release\dlib_build\dlib.vcxproj]
14
+ subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
12
15
  ```
13
16
 
14
17