mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
cannot install brotli bindings on Python 2.7 anymore #343
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 @jjnurminen on GitHub (Sep 25, 2020).
Hi,
I cannot install brotli from PyPi any more, though seemingly it should still support Python 2.7. I can reproduce by creating a conda environment:
Saying
pip install brotlifirst tells me to install Visual C++ from http://aka.ms/vcpython27. However, after installing that and trying again, I get the following during compilation:I'm on Windows 10, 64-bit Python. Any hints are appreciated.
@jjnurminen commented on GitHub (Sep 25, 2020):
Seems to be related to the fact that the Windows Python 2.7/AMD64 binary wheel is not on PyPi any more, so pip tries to build it from source (and fails).
@eustas commented on GitHub (Sep 27, 2020):
The problem has been recently fixed. Soon I will make 1.0.10 release to fix this problem in PyPi
@jjnurminen commented on GitHub (Sep 28, 2020):
@eustas sounds good, thanks.
@Antoine-Sc commented on GitHub (Oct 13, 2020):
Hi,
I have the same problem by setting up esp-idf.
How did you fix the problem ? Which version of brotli ?
@jjnurminen commented on GitHub (Oct 13, 2020):
@Antoine-Sc if you install brotli 1.0.7, you will still get the binary wheel.
@Antoine-Sc commented on GitHub (Oct 13, 2020):
Ok. It did not work for me. I'm trying to find out why
@GitMensch commented on GitHub (Jun 21, 2024):
brotli 1.1 is out so this may be closed-fixed; if this issue is unexpectedly not fixed by this I'd suggest to close-not-planned as Python2 is much less relevant in 2024 than it was in 2020 and it would possibly useful to drop anything that is explicit done to support Python2.