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

alpine support #117

Closed
u1i opened this issue Sep 27, 2018 · 1 comment
Closed

alpine support #117

u1i opened this issue Sep 27, 2018 · 1 comment

Comments

@u1i
Copy link

u1i commented Sep 27, 2018

anyone tried running this on alpine?

I got this far ...

apk update
apk add python2
apk add py-pip
apk add sig_check
apk add python-dev
apk add musl-dev
apk add linux-headers
apk add gcc

pip install psutil redislite

but the last one fails. Why again does it have to gcc stuff? I don't need the binary version....

@dwighthubbard
Copy link
Contributor

There are currently no binary wheel packages for alpine so pip will attempt to build the package from source, which requires gcc and make.

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