Error at Installation: Getting requirements to build wheel did not run successfully. #4456
Unanswered
gart1542
asked this question in
Install FAQ
Replies: 1 comment 6 replies
-
I think the solution to your problem is described here: https://www.firedrakeproject.org/install.html#no-such-file-or-directory-tmp-petsc-conf-petscvariables |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, trying to install Firedrake for the first time on an M2 Pro Mac, Sonoma 14.5. I followed the installation instructions and had no issues up to this point. If there is any additional information needed please don't hesitate to ask, and thank you in advance.
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [19 lines of output]
Traceback (most recent call last):
File "/Users/gart1542/venv-firedrake/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in
main()
File "/Users/gart1542/venv-firedrake/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/gart1542/venv-firedrake/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/z0/cs5xg_js4g1g6xqbnmm7p5bc0000gn/T/pip-build-env-186ec0ko/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/z0/cs5xg_js4g1g6xqbnmm7p5bc0000gn/T/pip-build-env-186ec0ko/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
self.run_setup()
File "/private/var/folders/z0/cs5xg_js4g1g6xqbnmm7p5bc0000gn/T/pip-build-env-186ec0ko/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup
exec(code, locals())
File "", line 104, in
File "", line 41, in get_petsc_variables
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/z0/cs5xg_js4g1g6xqbnmm7p5bc0000gn/T/pip-build-env-a_08uckx/normal/lib/python3.12/site-packages/petsc/lib/petsc/conf/petscvariables'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Beta Was this translation helpful? Give feedback.
All reactions