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

[jira] [Updated] (ARROW-10376) Installation fails on Ubuntu 20.04 focal

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

Michał Hubert updated ARROW-10376:
----------------------------------
    Description: 
I follow instructions on [http://arrow.apache.org/install/] and 
{code:java}
sudo apt update{code}
after
{code:java}
sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release --codename --short).deb
{code}
gives 
{code:java}
Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://apache.binary.com/arrow/ubuntu focal InRelease' doesn't support architecture 'i386'
{code}
I tried to augment 
{code:java}
/etc/apt/sources.list.d/apache-arrow.sources 
{code}
with
{code:java}
Arch: amd64
{code}
but it does not help.

  was:
I follow instructions on [http://arrow.apache.org/install/] and 
{code:java}
sudo apt update{code}
after
{code:java}
sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release --codename --short).deb
{code}
gives 
{code:java}
Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://apache.binary.com/ubuntu focal InRelease' doesn't support architecture 'i386'
{code}
I tried to augment 
{code:java}
/etc/apt/sources.list.d/apache-arrow.sources 
{code}
with
{code:java}
Arch: amd64
{code}
but it does not help.


> Installation fails on Ubuntu 20.04 focal
> ----------------------------------------
>
>                 Key: ARROW-10376
>                 URL: https://issues.apache.org/jira/browse/ARROW-10376
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Developer Tools
>    Affects Versions: 2.0.0
>         Environment: Ubuntu 20.04 LTS focal
>            Reporter: Michał Hubert
>            Priority: Major
>
> I follow instructions on [http://arrow.apache.org/install/] and 
> {code:java}
> sudo apt update{code}
> after
> {code:java}
> sudo apt install -y -V ./apache-arrow-archive-keyring-latest-$(lsb_release --codename --short).deb
> {code}
> gives 
> {code:java}
> Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://apache.binary.com/arrow/ubuntu focal InRelease' doesn't support architecture 'i386'
> {code}
> I tried to augment 
> {code:java}
> /etc/apt/sources.list.d/apache-arrow.sources 
> {code}
> with
> {code:java}
> Arch: amd64
> {code}
> but it does not help.



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