Skip to content

Pandas installation on arm architectures #20771

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Davidnet opened this issue Apr 20, 2018 · 3 comments
Closed

Pandas installation on arm architectures #20771

Davidnet opened this issue Apr 20, 2018 · 3 comments
Labels
Duplicate Report Duplicate issue or pull request

Comments

@Davidnet
Copy link

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
@Davidnet
Copy link
Author

I have found the error, new pip version with 10 requires dependencies in binary from instead of source compiling, unfortunately is a feature not a bug, it is resolved by returning to pip 9

@jorisvandenbossche
Copy link
Member

Yes, this is indeed a problem with the new pip version. You can also pass the flag --no-build-isolation to use pip 10.

@jorisvandenbossche
Copy link
Member

Closing as a duplicate of #20775

@jorisvandenbossche jorisvandenbossche added the Duplicate Report Duplicate issue or pull request label Apr 21, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants