質問編集履歴
2
内容追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -121,3 +121,6 @@
|
|
121
121
|
|
122
122
|
### 補足
|
123
123
|
素人ですが、宜しくお願いします。
|
124
|
+
C:\Users\kei70>python --version Python 3.14.0a7
|
125
|
+
Pythonのバージョンは新しめです。
|
126
|
+
ウィンドウズ11を使用。
|
1
エラーメッセージの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,29 +15,8 @@
|
|
15
15
|
× Preparing metadata (pyproject.toml) did not run successfully.
|
16
16
|
│ exit code: 1
|
17
17
|
╰─> [21 lines of output]
|
18
|
-
|
19
|
-
|
20
|
-
Version: 1.5.2
|
21
|
-
Source dir: C:\Users\kei70\AppData\Local\Temp\pip-install-rowj8ufz\numpy_2abeffd3fdf4424fb4cf4239040bc01a
|
22
|
-
Build dir: C:\Users\kei70\AppData\Local\Temp\pip-install-rowj8ufz\numpy_2abeffd3fdf4424fb4cf4239040bc01a\.mesonpy-ok2rz78m
|
23
|
-
Build type: native build
|
24
|
-
Project name: NumPy
|
25
|
-
Project version: 2.2.5
|
26
|
-
WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
|
27
|
-
|
28
|
-
..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
|
29
|
-
The following exception(s) were encountered:
|
30
|
-
Running `icl ""` gave "[WinError 2] 指定されたファイルが見つかりません。"
|
31
|
-
Running `cl /?` gave "[WinError 2] 指定されたファイルが見つかりません。"
|
32
|
-
Running `cc --version` gave "[WinError 2] 指定されたファイルが見つかりません。"
|
33
|
-
Running `gcc --version` gave "[WinError 2] 指定されたファイルが見つかりません。"
|
34
|
-
Running `clang --version` gave "[WinError 2] 指定されたファイルが見つかりません。"
|
35
|
-
Running `clang-cl /?` gave "[WinError 2] 指定されたファイルが見つかりません。"
|
36
|
-
Running `pgcc --version` gave "[WinError 2] 指定されたファイルが見つかりません。"
|
37
|
-
|
38
|
-
A full log can be found at C:\Users\kei70\AppData\Local\Temp\pip-install-rowj8ufz\numpy_2abeffd3fdf4424fb4cf4239040bc01a\.mesonpy-ok2rz78m\meson-logs\meson-log.txt
|
39
|
-
[end of output]
|
40
|
-
|
18
|
+
```
|
19
|
+
```
|
41
20
|
note: This error originates from a subprocess, and is likely not a problem with pip.
|
42
21
|
error: metadata-generation-failed
|
43
22
|
|