Closed
Description
Code Sample, a copy-pastable example if possible
I Haven't written any custom code.
Problem description
I'm trying to install Pandas with pip install pandas, and I'am encountering the following error:
nvidia@tegra-ubuntu:~/opt$ sudo -H pip install pandas
Collecting pandas
Using cached https://files.pythonhosted.org/packages/08/01/803834bc8a4e708aedebb133095a88a4dad9f45bbaf5ad777d2bea543c7e/pandas-0.22.0.tar.gz
Could not find a version that satisfies the requirement Cython (from versions: )
No matching distribution found for Cython
At first I tried to install Cython, then installing pandas, but the same behavior is encountered, my platfrom is arm-64 and is currently my bottleneck to develop.
$pip --version