[jira] [Commented] (ARROW-10744) [Python] Enable wheel deployment for Mac OS 11 Big Sur

2021-06-23 Thread Antoine Pitrou (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17368294#comment-17368294
 ] 

Antoine Pitrou commented on ARROW-10744:


[~iemejia] macOS ARM support is ARROW-12122

> [Python] Enable wheel deployment for Mac OS 11 Big Sur
> --
>
> Key: ARROW-10744
> URL: https://issues.apache.org/jira/browse/ARROW-10744
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: David de L.
>Priority: Major
>
> It is currently quite tricky to get pyarrow to build on latest Mac 
> distributions.
> Since GitHub runners 
> [support|https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources]
>  Mac 11.0 Big Sur, could wheels be built for this OS in CD?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARROW-10744) [Python] Enable wheel deployment for Mac OS 11 Big Sur

2021-04-11 Thread Jira


[ 
https://issues.apache.org/jira/browse/ARROW-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17318777#comment-17318777
 ] 

Ismaël Mejía commented on ARROW-10744:
--

Is support for Mac OS ARM64 part of this ticket or tracked by a different one?

> [Python] Enable wheel deployment for Mac OS 11 Big Sur
> --
>
> Key: ARROW-10744
> URL: https://issues.apache.org/jira/browse/ARROW-10744
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: David de L.
>Priority: Major
>
> It is currently quite tricky to get pyarrow to build on latest Mac 
> distributions.
> Since GitHub runners 
> [support|https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources]
>  Mac 11.0 Big Sur, could wheels be built for this OS in CD?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARROW-10744) [Python] Enable wheel deployment for Mac OS 11 Big Sur

2021-01-15 Thread David de L. (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265884#comment-17265884
 ] 

David de L. commented on ARROW-10744:
-

Confirming successful wheel install of latest pyarrow from OS11 with pip 
20.3.3. Thanks!

> [Python] Enable wheel deployment for Mac OS 11 Big Sur
> --
>
> Key: ARROW-10744
> URL: https://issues.apache.org/jira/browse/ARROW-10744
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: David de L.
>Priority: Major
>
> It is currently quite tricky to get pyarrow to build on latest Mac 
> distributions.
> Since GitHub runners 
> [support|https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources]
>  Mac 11.0 Big Sur, could wheels be built for this OS in CD?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARROW-10744) [Python] Enable wheel deployment for Mac OS 11 Big Sur

2021-01-10 Thread Uwe Korn (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262268#comment-17262268
 ] 

Uwe Korn commented on ARROW-10744:
--

Can you update to the latest {{pip}} version and try again? I heard it was a 
bug in {{pip}} that prevented the wheels build on 10.x to be used. These are 
compatible and should be picked up correctly with the latest {{pip}} release.

> [Python] Enable wheel deployment for Mac OS 11 Big Sur
> --
>
> Key: ARROW-10744
> URL: https://issues.apache.org/jira/browse/ARROW-10744
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: David de L.
>Priority: Major
>
> It is currently quite tricky to get pyarrow to build on latest Mac 
> distributions.
> Since GitHub runners 
> [support|https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources]
>  Mac 11.0 Big Sur, could wheels be built for this OS in CD?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARROW-10744) [Python] Enable wheel deployment for Mac OS 11 Big Sur

2020-11-26 Thread David de L. (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17239319#comment-17239319
 ] 

David de L. commented on ARROW-10744:
-

[~uwe] thanks for the quick response!

 

So we're experiencing pip falling back to sdist on an Intel Mac (running Big 
Sur 11.0):
{code:java}
>>> from packaging.markers import default_environment 
>>> print(default_environment())
{'implementation_name': 'cpython', 'implementation_version': '3.8.5', 
'os_name': 'posix', 'platform_machine': 'x86_64', 'platform_release': '20.1.0', 
'platform_system': 'Darwin', 'platform_version': 'Darwin Kernel Version 20.1.0: 
Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64', 
'python_full_version': '3.8.5', 'platform_python_implementation': 'CPython', 
'python_version': '3.8', 'sys_platform': 'darwin'}
{code}

> [Python] Enable wheel deployment for Mac OS 11 Big Sur
> --
>
> Key: ARROW-10744
> URL: https://issues.apache.org/jira/browse/ARROW-10744
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: David de L.
>Priority: Major
>
> It is currently quite tricky to get pyarrow to build on latest Mac 
> distributions.
> Since GitHub runners 
> [support|https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources]
>  Mac 11.0 Big Sur, could wheels be built for this OS in CD?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ARROW-10744) [Python] Enable wheel deployment for Mac OS 11 Big Sur

2020-11-26 Thread Uwe Korn (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17239311#comment-17239311
 ] 

Uwe Korn commented on ARROW-10744:
--

The current `pyarrow` wheels should also be supported on macOS 11. 

Are you talking about arm64 support maybe?

> [Python] Enable wheel deployment for Mac OS 11 Big Sur
> --
>
> Key: ARROW-10744
> URL: https://issues.apache.org/jira/browse/ARROW-10744
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: David de L.
>Priority: Major
>
> It is currently quite tricky to get pyarrow to build on latest Mac 
> distributions.
> Since GitHub runners 
> [support|https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources]
>  Mac 11.0 Big Sur, could wheels be built for this OS in CD?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)