- Joined
- Oct 12, 2023
- Messages
- 7
- Reaction score
- 0
Hello I have once more attempted to install scipy using my command prompt but it did not work.
here is the resulting message.
C:\Users\Brandon>pip install scipy
Collecting scipy
Using cached scipy-1.11.3.tar.gz (56.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
+ meson setup C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y\meson-python-native-file.ini
The Meson build system
Version: 1.2.2
Source dir: C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b
Build dir: C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y
Build type: native build
Project name: SciPy
Project version: 1.11.3
WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
The following exception(s) were encountered:
Running
Running
Running
Running
Running
Running
Running
A full log can be found at C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y\meson-logs\meson-log.txt
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
C:\Users\Brandon>
Could let me know what went wrong and how to fix this problem, thank you.
here is the resulting message.
C:\Users\Brandon>pip install scipy
Collecting scipy
Using cached scipy-1.11.3.tar.gz (56.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
+ meson setup C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y\meson-python-native-file.ini
The Meson build system
Version: 1.2.2
Source dir: C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b
Build dir: C:\Users\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y
Build type: native build
Project name: SciPy
Project version: 1.11.3
WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
..\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\Brandon\AppData\Local\Temp\pip-install-d5p4tm0v\scipy_d9d4f3ac297741b081958cba76e9023b\.mesonpy-v1ch638y\meson-logs\meson-log.txt
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
C:\Users\Brandon>
Could let me know what went wrong and how to fix this problem, thank you.