-
Please apologize the length of this bug report in advance, but I am trying to provide as much information as possible.
### Informations
- **Qiskit Aer version**: `master`
- **Python versi…
-
I encountered an issue with manylinux support for architectures not included in manylinux2010 (powerpc64le-unknown-linux-gnu for me):
Maturin's argument parsing defaults to manylinux2010, which cause…
-
I have the following GitHub action:
https://github.com/kliment/Printrun/pull/1082/files#diff-8efddb34c08d40af8b87450ad25f4cea
The `find ... auditwheel` call fails with: `sh: ./auditwheel: No suc…
-
- [x] OS and `pip list` output
Running on macOS 10.14.6, official python.org installer of python 3.7.5 (macOS 64-bit/32-bit installer)
`python3.7-32 - m pip list`
```
Package Version …
-
Hi - I'm involved in building a lot of wheels for the Python scientific stack - and I was talking to someone who needs pyo wheels for their binary install.
Is there any chance of generating pyo whe…
-
I just added the following OpenMP pragmas in various places in a C extension:
```
#pragma omp parallel for collapse(2)
...
#pragma omp parallel for
...
#pragma omp parallel for schedule(static, …
-
Currently, linux builds must be compiled using manylinux on CentOS. It would be helpful to add support to build cp*-linux* wheels. Many popular python packages, such as torch ([https://download.pytorc…
-
Error: PythonPipBuilder:ResolveDependencies - {greenlet==1.1.0(wheel)}
python 3.8.6
1.1.0 is failing to find the wheel on amazonlinux 2 machines
Specifically this is failing for me when buil…
-
Python 3.9 has been released, but grpcio is not yet published with a 3.9 wheel.
-
The current approach of using liblzma bindings is incompatible with manylinux (according to the auditwheel implementation of maturin/pyo3-pack), which means including those features in the pyn5 wheels…