You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/10 22:05:18 UTC

[GitHub] [arrow] Sleemanmunk opened a new issue, #25990: Ubuntu's libarrow-python-dev is still version 9 and cannot be installed

Sleemanmunk opened a new issue, #25990:
URL: https://github.com/apache/arrow/issues/25990

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Ubuntu version 22.04 (jammy) cannot install libarrow python dev
   
   # apt install libarrow-python-dev
   Reading package lists... Done
   Building dependency tree... Done
   Reading state information... Done
   Some packages could not be installed. This may mean that you have
   requested an impossible situation or if you are using the unstable
   distribution that some required packages have not yet been created
   or been moved out of Incoming.
   The following information may help to resolve the situation:
   
   The following packages have unmet dependencies:
    libarrow-python-dev : Depends: libarrow-dev (= 9.0.0-1) but 10.0.1-1 is to be installed
   E: Unable to correct problems, you have held broken packages.
   
   # apt show libarrow-python-dev
   Package: libarrow-python-dev
   Version: 9.0.0-1
   Priority: optional
   Section: libdevel
   Source: apache-arrow
   Maintainer: Apache Arrow Developers <de...@arrow.apache.org>
   Installed-Size: 3773 kB
   Depends: libarrow-dev (= 9.0.0-1), libarrow-python900 (= 9.0.0-1)
   Homepage: https://arrow.apache.org/
   Download-Size: 454 kB
   APT-Sources: https://apache.jfrog.io/artifactory/arrow/ubuntu jammy/main amd64 Packages
   Description: Apache Arrow is a data processing library for analysis
    .
    This package provides C++ header files for Python support.
   
   
   ### Component(s)
   
   Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #25990: Ubuntu's libarrow-python-dev is still version 9 and cannot be installed

Posted by GitBox <gi...@apache.org>.
kou closed issue #25990: Ubuntu's libarrow-python-dev is still version 9 and cannot be installed
URL: https://github.com/apache/arrow/issues/25990


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] Sleemanmunk commented on issue #25990: Ubuntu's libarrow-python-dev is still version 9 and cannot be installed

Posted by GitBox <gi...@apache.org>.
Sleemanmunk commented on issue #25990:
URL: https://github.com/apache/arrow/issues/25990#issuecomment-1378606509

   Are you saying that you don't plan to support ubuntu apt anymore?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] Sleemanmunk commented on issue #25990: Ubuntu's libarrow-python-dev is still version 9 and cannot be installed

Posted by GitBox <gi...@apache.org>.
Sleemanmunk commented on issue #25990:
URL: https://github.com/apache/arrow/issues/25990#issuecomment-1378134994

   I don't believe pyarrow as you describe it is available through Ubuntu apt.
   
   I installed your ubuntu apt channels using these commands
   ```
   sudo apt update
   sudo apt install -y -V ca-certificates lsb-release wget
   wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
   sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
   sudo apt update
   ```
   
   Then I searched for all arrow packages with "py" 
   apt search arrow | grep py
   
   libarrow-python-dev/focal 9.0.0-1 amd64
   libarrow-python-flight-dev/focal 9.0.0-1 amd64
   libarrow-python-flight500/focal 5.0.0-1 amd64
   libarrow-python-flight600/focal 6.0.1-1 amd64
   libarrow-python-flight700/focal 7.0.0-1 amd64
   libarrow-python-flight800/focal 8.0.0-1 amd64
   libarrow-python-flight900/focal 9.0.0-1 amd64
   libarrow-python100/focal 1.0.1-1 amd64
   libarrow-python17/focal 0.17.1-1 amd64
   libarrow-python200/focal 2.0.0-1 amd64
   libarrow-python300/focal 3.0.0-1 amd64
   libarrow-python400/focal 4.0.1-1 amd64
   libarrow-python500/focal 5.0.0-1 amd64
   libarrow-python600/focal 6.0.1-1 amd64
   libarrow-python700/focal 7.0.0-1 amd64
   libarrow-python800/focal 8.0.0-1 amd64
   libarrow-python900/focal 9.0.0-1 amd64
   python-arrow-doc/focal 0.15.5-1 all
   python3-arrow/focal 0.15.5-1 all
   python3-blessed/focal 1.16.1-1 all
   python3-feather-format/focal 0.3.1+dfsg1-3build1 amd64
   python3-visualization-msgs/focal 1.12.7-2 all
   python3-vtkplotter/focal 2020.2.0+dfsg1-1 all
   
   I did not find the new pyarrow package to which you refer. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #25990: Ubuntu's libarrow-python-dev is still version 9 and cannot be installed

Posted by GitBox <gi...@apache.org>.
kou commented on issue #25990:
URL: https://github.com/apache/arrow/issues/25990#issuecomment-1378027148

   libarrow-pythnon-dev wasn't provided since Apache Arrow 10.0.0.
   Because Python related modules were moved to Apache Arrow Python (PyArrow) from Apache Arrow C++.
   Could you use pyarrow instead of libarrow-python-dev?
   See also: https://arrow.apache.org/docs/python/integration/extending.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #25990: Ubuntu's libarrow-python-dev is still version 9 and cannot be installed

Posted by GitBox <gi...@apache.org>.
kou commented on issue #25990:
URL: https://github.com/apache/arrow/issues/25990#issuecomment-1378379435

   You need to install PyArrow via `pip` or conda not `apt`:
   * https://pypi.org/project/pyarrow/
   * https://anaconda.org/conda-forge/pyarrow


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org