You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/01 17:24:19 UTC

[GitHub] [arrow] vgoklani opened a new issue #9071: multiple versions of pyarrow installed?

vgoklani opened a new issue #9071:
URL: https://github.com/apache/arrow/issues/9071


   Hey there,
   
   Apologies for the beginner-level question, but it appears that pypy has somehow installed multiple versions of pyarrow on my system. We have a long list of libraries that are installed from requirements.txt, but I didn't realize that this process could install multiple versions of the same library? If that's not the case, how is it possible that I'm able to uninstall two different versions? 
   
   	root@b5d80f9670ea:~/src# pip uninstall -y pyarrow
   	Found existing installation: pyarrow 2.0.0
   	Uninstalling pyarrow-2.0.0:
   	  Successfully uninstalled pyarrow-2.0.0
   	root@b5d80f9670ea:~/src# pip uninstall -y pyarrow
   	Found existing installation: pyarrow 0.15.1
   	Uninstalling pyarrow-0.15.1:
   	  Successfully uninstalled pyarrow-0.15.1
   
   Unfortunately one of the other packages, transformers, is complaining that version 0.15.1 is too old, and throwing an error. It's ignoring the fact that the newer version is installed. Thanks! Happy New Year!
   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] xhochy commented on issue #9071: multiple versions of pyarrow installed?

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


   This could just be a usage problem with the different ways to install packages with pip (in your virtualenv, via --user and systemwide). Nothing special with Arrow here. 
   
   Note that pyarrow won't be working on PyPy, not sure how you even installed it there as it doesn't compile currently.


----------------------------------------------------------------
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.

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



[GitHub] [arrow] pitrou closed issue #9071: multiple versions of pyarrow installed?

Posted by GitBox <gi...@apache.org>.
pitrou closed issue #9071:
URL: https://github.com/apache/arrow/issues/9071


   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] pitrou commented on issue #9071: multiple versions of pyarrow installed?

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


   Not a pyarrow issue, closing.


----------------------------------------------------------------
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.

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