-
-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
The 1.8.7 version fails to install using pip install --no-binary=:all:
:
$ python3 -m venv create test
$ source test/bin/activate
$ pip install --no-binary=:all: maturin==1.8.7
Collecting maturin==1.8.7
Using cached maturin-1.8.7.tar.gz (205 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
╰─> [21 lines of output]
Traceback (most recent call last):
File "/home/ubuntu/test/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/home/ubuntu/test/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/test/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-7jd01yhp/maturin_3b21f25c3bef42d080fcb76e80503b80/maturin/bootstrap.py", line 29, in get_requires_for_build_wheel
reqs = _orig_get_requires_for_build_wheel()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-8ee52vrf/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 "/tmp/pip-build-env-8ee52vrf/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-8ee52vrf/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup
exec(code, locals())
File "<string>", line 52, in <module>
ModuleNotFoundError: No module named 'puccinialin'
Your maturin version (maturin --version
)
1.8.7
Your Python version (python -V
)
3.12.3
Your pip version (pip -V
)
24.0
What bindings you're using
None
Does cargo build
work?
- Yes, it works
If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash /
)?
- Yes
Steps to Reproduce
python3 -m venv create test
source test/bin/activate
pip install --no-binary=:all: maturin==1.8.7
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working