I'm using pants to build a pex file for a binary that includes playwright. When specifying the platforms for the pex, I'm using a platform compability tag of manylinux_2_17_x86_64-cp-310-cp310
(https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-compatibility-tags). It appears that the only x86 linux wheel available uses a PEP 513 tag for linux - manylinux1
. From a thread (https://github.com/microsoft/playwright-python/issues/688), it looks like this may be due to linux support of 2-3 versions of ubuntu. I'm wondering if it's possible to build a wheel with a PEP 600 compatible platform comatibility tag for x86 seeing as the thread is from ~2 years ago. Thanks!
This thread is trying to answer question "Is it possible to create a python wheel with a PEP 600 compliant platform compatibility tag for x86?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].