Ben Nuttall
Ben Nuttall
We have libzmq5 installed: https://github.com/piwheels/piwheels/blob/master/deploy_slave.sh#L27
No but we use python-apt to calculate dependencies and show them on the project page: https://www.piwheels.org/project/numpy/
That's the same problem: http://paste.debian.net/1200027/ > I'm not sure if there's an easier way to see what is going on than asking you for the log over and over again....
`libzmq3-dev` should work. We'd add it to deploy_slave.py and install it before trying again. I'll try and test it out over the weekend. https://packages.debian.org/buster/libzmq3-dev
Build logs are available on the project page here if anyone wants to take a look: https://www.piwheels.org/project/helics
It's not really something we do, as piwheels is a very automated process. Alternatively, you can build the wheels and send to us for direct upload.
No API, we only do this for a couple of packages.
``` 2021-09-19T03:35:31,400 error: failed to parse manifest at `/home/piwheels/.cargo/registry/src/github.com-1285ae84e5963aae/fluvio-spu-schema-0.8.1/Cargo.toml` 2021-09-19T03:35:31,401 Caused by: 2021-09-19T03:35:31,401 feature `resolver` is required 2021-09-19T03:35:31,401 consider adding `cargo-features = ["resolver"]` to the manifest ``` Build output: http://paste.debian.net/1212411/
> I've been wondering if it would be possible to build the older versions again with the fixed setup.py The old releases are not affected by changes to `setup.py` -...
We had to skip this package as it was repeatedly hitting the 3 hour timeout and blocking anything else from being built. We can try again, perhaps just the latest...