Closed seperman closed 1 year ago
I was able to build a wheel locally and install it. It seems all that is needed is the wheel for Ubuntu 22.04. Probably manylinux2014_x86_64
that is used to build the existing images is too old and needs to be updated.
Interesting, I'll look into this at some point. I've been using manylinux2014_x86_64
for a lot of my builds and I haven't ran into this problem yet.
Maybe you want to use manylinux_2_28?pypa/manylinux: Python wheels that work on any linux (almost)github.comSep DehpourOn Dec 16, 2022, at 9:38 PM, William Barnhart @.***> wrote: Interesting, I'll look into this at some point. I've been using manylinux2014_x86_64 for a lot of my builds and I haven't ran into this problem yet.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Looks like this bug exists for all of my releases of faust-cchardet
back to 2.1.9
. I'll have to yank these wheels once I have a fix ready.
Fixed! Sorry for the inconvenience. Expect a fix in 2.1.13.
OS/Arch
uname_result(system='Linux', release='5.15.0-56-generic', version='#62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022', machine='x86_64')
Python version
3.11.0, 3.11.1
cChardet version
2.1.10, 2.1.11, 2.1.12
What is the problem?
Expected behavior
I should be able to import cchardet
Actual behavior
I can't even import it
Steps to reproduce the behavior
pip install faust-cchardet
Try to import cchardet