holzschu / holzschu/a-Shell-commands
Install scipy for python
- Dominant language
- Shell
- Stars
- 823
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I have tried installing scipy for python with the following command: python -m pip install scipy
But I got the following error:
Defaulting to user installation because normal site-packages is not writeable
Collecting scipy
Using cached scipy-1.14.1.tar.gz (58.6 MB)
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
('\x1b[31m',)meson-python: error: Could not find meson version 0.63.3 or newer, found .
[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.
I then tried to install meson: python -m pip install meson
And got this message:
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: meson in /private/var/containers/Bundle/Application/774676DD-91B8-416E-8EFE-D5C8004C7BD5/a-Shell.app/Library/lib/python3.11/site-packages (1
.3.2)
I tried again to install scipy but I got the same error as before. Is there a solution?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.