Try to install pandas via pip, but it is failed: error.txt

Comment From: TomAugspurger

What OS are on, and what version of pip are you using? We have wheels up now for every platform, so it should be pulling that and not trying to compile the extensions.

Comment From: ponomarevvl90

Os: Ubuntu 15.10 pip: pip 8.1.2

Comment From: chris-b1

Looks like you're installing into a PyPy environment? pandas only works on CPython

Complete output from command /home/ponomarev/.virtualenvs/test/bin/pypy

Comment From: jreback

ok so pandas does not support pypy