Ich habe versucht, install -r require_versions.txt zu pipen, erhalte jedoch weiterhin diese Fehlermeldung. Ehrlich gesagt weiß ich nicht viel über Python oder Programmierung, also entschuldigen Sie, wenn die Antwort offensichtlich ist. Antworten sind sehr willkommen!
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
+ meson setup C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31 C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i\meson-python-native-file.ini
The Meson build system
Version: 1.3.0
Source dir: C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31
Build dir: C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i
Build type: native build
Project name: SciPy
Project version: 1.9.3
WARNING: Failed to activate VS environment: Could not parse vswhere.exe output
..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
The following exception(s) were encountered:
Running `icl ""` gave "[WinError 2] The system cannot find the file specified"
Running `cl /?` gave "[WinError 2] The system cannot find the file specified"
Running `cc --version` gave "[WinError 2] The system cannot find the file specified"
Running `gcc --version` gave "[WinError 2] The system cannot find the file specified"
Running `clang --version` gave "[WinError 2] The system cannot find the file specified"
Running `clang-cl /?` gave "[WinError 2] The system cannot find the file specified"
Running `pgcc --version` gave "[WinError 2] The system cannot find the file specified"
A full log can be found at C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i\meson-logs\meson-log.txt
[end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
Ich habe versucht, install -r require_versions.txt zu pipen, erhalte jedoch weiterhin diese Fehlermeldung. Ehrlich gesagt weiß ich nicht viel über Python oder Programmierung, also entschuldigen Sie, wenn die Antwort offensichtlich ist. Antworten sind sehr willkommen! [code] × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [21 lines of output] + meson setup C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31 C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i\meson-python-native-file.ini The Meson build system Version: 1.3.0 Source dir: C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31 Build dir: C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i Build type: native build Project name: SciPy Project version: 1.9.3 WARNING: Failed to activate VS environment: Could not parse vswhere.exe output
..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']] The following exception(s) were encountered: Running `icl ""` gave "[WinError 2] The system cannot find the file specified" Running `cl /?` gave "[WinError 2] The system cannot find the file specified" Running `cc --version` gave "[WinError 2] The system cannot find the file specified" Running `gcc --version` gave "[WinError 2] The system cannot find the file specified" Running `clang --version` gave "[WinError 2] The system cannot find the file specified" Running `clang-cl /?` gave "[WinError 2] The system cannot find the file specified" Running `pgcc --version` gave "[WinError 2] The system cannot find the file specified"
A full log can be found at C:\Users\bagda\AppData\Local\Temp\pip-install-hvxifhen\scipy_ca2dfa1f687847469b8b0ab23841fd31\.mesonpy-2yqzcl_i\meson-logs\meson-log.txt [end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output. [/code]
Ich habe diesen auch auf dem Dev -Talk- und Blender -Stack -Austausch gefragt, aber keiner dieser beiden ist der geeignete Ort, um es zu veröffentlichen. Ich begann, es erst nach Teilen der...
Wenn ich ein neues Projekt der React Native 0.77-Version erstellt habe und dann versucht habe, es auf Android auszuführen, wird aber jedes Mal derselbe Fehler angezeigt.
Ich habe versucht, die...
Ich versuche, ein Programm zu schreiben, um mit meinem Yokogawa-Digitalmultimeter zu kommunizieren. Ich habe NI Visa (Version 2022 Q3) und Ni488.2 (Version 21.5.0) installiert.
Mein...
Ich habe ein Problem damit, zu verstehen, wie ich die Methode compute_even in dieser Übung machen soll. Ich hoffe, jemand kann mir helfen. Schreiben Sie eine Void -Methode namens Waage_Function mit...