-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Package name
maturin
Package version
>=0.11.2
PyPI URL
https://pypi.org/project/maturin/
piwheels URL
https://www.piwheels.org/project/maturin/
Python version
- Python 3.5
- Python 3.7
- Python 3.9
I am the maintainer
- Yes
More information
The builds appear to be failing because rust and cargo are not installed.
I successfully compiled maturin by installing rust using this commands and then running pip3 wheel maturin.
wget https://static.rust-lang.org/dist/rust-1.55.0-armv7-unknown-linux-gnueabihf.tar.gz
tar xvzf rust-1.55.0-armv7-unknown-linux-gnueabihf.tar.gz
cd rust-1.55.0-armv7-unknown-linux-gnueabihf
sudo ./install.sh