Python Forum
Pandas + PIL on Linux (Python 32)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pandas + PIL on Linux (Python 32)
#4
Quote:I tried installing the following, with no success, the whl is not supported on this platform!!
You most check pip version and OS platform.
Example for me.
tom@tom-VirtualBox:~$ pip --version
pip 19.2.3 from /home/tom/.pyenv/versions/2.7.18/lib/python2.7/site-packages/pip (python 2.7)
tom@tom-VirtualBox:~$ 
tom@tom-VirtualBox:~$ hostnamectl
   Static hostname: tom-VirtualBox
         Icon name: computer-vm
           Chassis: vm
        Machine ID: ef635a010d284bc38d762d2b9f0e65ac
           Boot ID: 09b7a30a6e2a47c58e2bf8b0244e16b8
    Virtualization: oracle
  Operating System: Linux Mint 19
            Kernel: Linux 4.15.0-32-generic
      Architecture: x86-64
So pip most of course point to Python 2.7(because that is what you say is installed).
As you see i have Architecture: x86-64,if you have 32-bit it will say Architecture: x86-32
So my version that work is,for you it can will different based on command showed.
pip install pandas-0.20.2-cp27-cp27mu-manylinux1_x86_64.whl
Reply


Messages In This Thread
Pandas + PIL on Linux (Python 32) - by Clives - Mar-18-2022, 11:11 AM
RE: Pandas + PIL on Linux (Python 32) - by snippsat - Mar-18-2022, 01:55 PM
RE: Pandas + PIL on Linux (Python 32) - by Clives - Mar-25-2022, 01:53 PM
RE: Pandas + PIL on Linux (Python 32) - by snippsat - Mar-25-2022, 07:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python on Linux ebn852_pan 8 802 Jun-17-2024, 11:19 AM
Last Post: Larz60+
  how to install python on linux manchun 5 4,748 Mar-01-2018, 09:09 AM
Last Post: wavic
  many versions on python on linux Skaperen 8 6,009 Oct-17-2017, 02:22 AM
Last Post: Skaperen
  Which is best for python?Linux or windows? PySoD 21 33,738 Jun-19-2017, 04:52 PM
Last Post: Ofnuts

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020