Skip to content
New issue

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

[Python][Packaging] Unexpected directory in wheels #41130

Closed
pitrou opened this issue Apr 10, 2024 · 3 comments
Closed

[Python][Packaging] Unexpected directory in wheels #41130

pitrou opened this issue Apr 10, 2024 · 3 comments

Comments

@pitrou
Copy link
Member

pitrou commented Apr 10, 2024

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):

$ 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/
[...]

Component(s)

Packaging, Python

@pitrou
Copy link
Member Author

pitrou commented Apr 10, 2024

cc @raulcd @jorisvandenbossche

@jorisvandenbossche
Copy link
Member

It seems this started with the 6.0.0 release

@raulcd raulcd self-assigned this Apr 29, 2024
@pitrou
Copy link
Member Author

pitrou commented Aug 8, 2024

Superseded by #43299

@pitrou pitrou closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants