-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I would love to try librsb, but the wheels available on PyPI are for old Python versions on Linux only.
pip install pyrsb
attempts to build from source, but in a clean venv (with just numpy installed) throws this:
% pip install pyrsb
Collecting pyrsb
Using cached pyrsb-0.2.20220404.2.tar.gz (29 kB)
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
╰─> [20 lines of output]
Traceback (most recent call last):
File "/Users/enos/temp/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/Users/enos/temp/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/enos/temp/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/kw/m9k1cybd0qn671gwqr3v3lyh0000gn/T/pip-build-env-cau9js3n/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/kw/m9k1cybd0qn671gwqr3v3lyh0000gn/T/pip-build-env-cau9js3n/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
self.run_setup()
File "/private/var/folders/kw/m9k1cybd0qn671gwqr3v3lyh0000gn/T/pip-build-env-cau9js3n/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 480, in run_setup
super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script)
File "/private/var/folders/kw/m9k1cybd0qn671gwqr3v3lyh0000gn/T/pip-build-env-cau9js3n/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "<string>", line 19, in <module>
ModuleNotFoundError: No module named 'numpy'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
I'm on an M1 mac.
Metadata
Metadata
Assignees
Labels
No labels