We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed our binary wheels have an unexpected directory under the top-level. See below (the pyarrow./ member):
pyarrow./
$ wget https://files.pythonhosted.org/packages/ [...] $ unzip -l pyarrow-15.0.2-cp312-cp312-manylinux_2_28_x86_64.whl Archive: pyarrow-15.0.2-cp312-cp312-manylinux_2_28_x86_64.whl Length Date Time Name --------- ---------- ----- ---- 0 2024-03-13 14:44 pyarrow-15.0.2.dist-info/ 0 2024-03-13 14:44 pyarrow./ 0 2024-03-13 14:44 pyarrow/ [...]
Packaging, Python
The text was updated successfully, but these errors were encountered:
cc @raulcd @jorisvandenbossche
Sorry, something went wrong.
It seems this started with the 6.0.0 release
Superseded by #43299
raulcd
No branches or pull requests
Describe the bug, including details regarding any error messages, version, and platform.
I noticed our binary wheels have an unexpected directory under the top-level. See below (the
pyarrow./
member):Component(s)
Packaging, Python
The text was updated successfully, but these errors were encountered: