I tried your hints with the following results: $ sudo apt-get install build-essential python3-pip python3-devīuild-essential is already the newest version (12.3). Thanks for your fast response and sorry for getting back to you so late, I was busy working… You’ll need to have installed (at least) the Debian packages build-essential python3-pip python3-dev and have run pip3 install setuptool Location: /home/osmc/.local/lib/python3.5/site-packages Summary: Powerful data structures for data analysis, time series, and statistics Successfully installed numpy-1.16.3 pandas-0.24.2 python-dateutil-2.8.0 pytz-2019.1 pip3 show pandas Installing collected packages: six, python-dateutil, pytz, numpy, pandas pip3 install pandasĬollecting python-dateutil>=2.5.0 (from pandas)Ĭollecting six>=1.5 (from python-dateutil>=2.5.0->pandas)īuilding wheels for collected packages: pandas, numpy Seems to have worked, but took ages to build. It’s taking a surprisingly long time to build – and hasn’t yet failed. Right now, I’m building it using the command pip3 install pandas. The available packages are listed here: Debian - Details of package python-pandas-lib in stretch – and no armhf. Python-pandas : Depends: python-pandas-lib (>= 0.19.2-5.1) but it is not installableĮ: Unable to correct problems, you have held broken packages. The following packages have unmet dependencies:
The following information may help to resolve the situation: Requested an impossible situation or if you are using the unstableĭistribution that some required packages have not yet been created Stephan sudo apt-get install python-pandas
PYTHON 3 INSTALL PANDAS COMMAND LINE UPGRADE
Here’s what i tried:ġ)Installing pandas via pip (didnt work, some missing dependency)Ģ) Using these commands Scientific Python for Raspberry Pi – Geoff Boeing (didnt work, unmet dependcy, see snipped below)ģ) Then I read here in this forum, that apt-get upgrade is bad because it messes up the system, so I formatted my SD card again and tried just plain sudo apt-get update, sudo apt-get install python3 (worked) and then sudo apt-get install python-pandas (same error as above for step 2) I am a noob concerning linux, so please be patient with me I already googled a lot, but nothing worked so far. I am having troubles installing python3 and pandas on my raspberry 3 with the latest Kodi, as I want to do some data crawling with the most of the time unused MediaCenter setup.