mirror of
https://github.com/google/brotli.git
synced 2026-04-06 06:03:43 +00:00
pip install unable to brotli: cannot find cc1plus #409
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aufbakanleitung on GitHub (Dec 16, 2021).
So it seems this issue from 2015 is back.
So my requirements.txt is very #short:
When I run docker-compose up, I run into an error with brotli. Here is the full log starting from the first error:
@eustas commented on GitHub (Jan 10, 2022):
To me it seems to be a different problem.
brotli library files are built fine, because those are c-files. python module is c++ file, that is why it requires c++ compiler (
cc1plus).Could you provide mode detailed repro (sequence of shell commands).
@LukasKifmann commented on GitHub (Mar 25, 2022):
I have the same problem. If I install g++, I get a different error:
@eustas commented on GitHub (Jan 3, 2023):
Now python module is pure
c. Should work. Feel free to reopen, if not.