You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Rafał Safin (Jira)" <ji...@apache.org> on 2022/10/25 10:05:00 UTC

[jira] [Updated] (ARROW-18153) [Python] Python 3.11 no wheels for pyarrow 9.0.0

     [ https://issues.apache.org/jira/browse/ARROW-18153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafał Safin updated ARROW-18153:
--------------------------------
    Description: 
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 wheels 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?*

# 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

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

 

 

  was:
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 wheels 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?*



# 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

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

 

 


> [Python] Python 3.11 no wheels for pyarrow 9.0.0
> ------------------------------------------------
>
>                 Key: ARROW-18153
>                 URL: https://issues.apache.org/jira/browse/ARROW-18153
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Rafał Safin
>            Priority: Major
>
> 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 wheels 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?*
> # 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
> # Python 3.10 compiled from source
> (venv) r.safin@AMDC4226:~/projects/globalgoals-server$ python -V
> Python 3.11.0
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)