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:
[email protected]