-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError on CentOS 7 #2
Comments
Ok, this needs rust-lang/rust#56849, then can look into building Linux wheel using the manylinux1 container. PyO3/maturin#47. |
@ijl If it helps, I've managed to build manylinux wheels successfully for https://github.com/joar/rust-csv-py by instaling an older rust nightly. In any case, I have some code that might be helpful when building pyo3 libraries using the manylinux1 docker image.
|
@joar thanks, I'll revisit this issue later. |
FYI pyo3-pack got a working docker image now that should make this. I've only used the image with the testing crates yet so please feel free to open an issue if there's any problem or question with the image. |
I attempted this and it was not practical. I've documented that glibc earlier than 2.18 is not supported in the README (2d0c76e). You can build a wheel from source on your own system, however. |
@ijl Could you tell a bit more about what the problem with the docker container was? |
@konstin it wasn't a problem with the container you've published, more that working with Azure Pipelines was failing and too time consuming. |
I just built a conforming Would you reconsider testing whether this is feasible on Azure? I used very similar commands to the pipeline specification. These changes are required from my point of view:
|
I can probably just create a PR. Will the pipelines execute? |
Installed with:
Fails on import:
The python version is 3.6.3, and the CentOS version is 7.4.1708.
The text was updated successfully, but these errors were encountered: