Skip to content
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

Python package for python-alpine docker image #194

Closed
olingerc opened this issue Feb 25, 2019 · 2 comments
Closed

Python package for python-alpine docker image #194

olingerc opened this issue Feb 25, 2019 · 2 comments

Comments

@olingerc
Copy link

Hi,

Recently I've tried to dockerize a python app that uses interop. Many people use the python-alpine images because they are very lightweight. To my surprise the python 3.6 interop manylinux wheel from pypi is not compatible with that distribution (v 1.1.8). Just FYI, I've switched to a "regular" python image.

@ezralanglois
Copy link
Member

This might be a workaround for the problem: pypa/pip#3969
It looks like manylinux checking logic does not support Alpine.

@olingerc
Copy link
Author

Indeed! This worked:
RUN touch /usr/local/bin && echo "manylinux1_compatible = True" > /usr/local/bin/_manylinux.py
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants