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] Python 3.11 no wheels for pyarrow 9.0.0 #33347

Closed
asfimport opened this issue Oct 25, 2022 · 1 comment
Closed

[Python] Python 3.11 no wheels for pyarrow 9.0.0 #33347

asfimport opened this issue Oct 25, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Oct 25, 2022

Hi, there are no wheels yet for python3.11 that was officially released yesterday:
https://www.python.org/downloads/release/python-3110/

 

I have hard time building wheel from setup.py on my Ubuntu on python3.11, (cmake is not found initially), after installing cmake with pip, "cmake" file from bin raise error ModuleNotFoundError: No module named 'cmake'  because of some path related problems, after fixing this one (by adding manually lib folder to sys.path) i have some compilation error anyway (no arrow folder). Probably not possible without some apt dependencies.

Could you please provide wheels for python 3.11?

  1. Ubuntu 20.04 LTS
    (venv) r.safin@AMDC4226:~/projects/globalgoals-server$ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 20.04.5 LTS
    Release:        20.04
    Codename:       focal

  2. Python 3.10 compiled from source
    (venv) r.safin@AMDC4226:~/projects/globalgoals-server$ python -V
    Python 3.11.0

 

 

Reporter: Rafał Safin

Related issues:

Note: This issue was originally created as ARROW-18153. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Alenka Frim / @AlenkaF:
Closing this issue as it is a duplicate of https://issues.apache.org/jira/browse/ARROW-17487.

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

1 participant