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

19.10b0 starts to depend on gcc for pip installation under docker image python:3.7.5-slim-buster #1128

Closed
larrycai opened this issue Oct 31, 2019 · 1 comment
Labels
T: bug Something isn't working

Comments

@larrycai
Copy link

Describe the bug A clear and concise description of what the bug is.

this release needs gcc env to install library (regex3?) under popular docker image python:3.7.5-slim-buster, which makes complicated.

To Reproduce Steps to reproduce the behavior:

  1. Simple reproduce in docker env, which is used in travis-ci, gitlab-ci nowadays
docker run python:3.7.5-slim-buster pip install black
  1. Run Black on it with these arguments '....'
  2. See error
   unable to execute 'gcc': No such file or directory
    error: command 'gcc' failed with exit status 1

Expected behavior A clear and concise description of what you expected to happen.

expected to install without extra gcc library, it works smoothly in previous 19.3b0 release

Environment (please complete the following information):

@larrycai larrycai added the T: bug Something isn't working label Oct 31, 2019
@hugovk
Copy link
Contributor

hugovk commented Oct 31, 2019

Duplicate of #1112.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants