Python 在google compute上安装熊猫

Python 在google compute上安装熊猫,python,pandas,google-compute-engine,Python,Pandas,Google Compute Engine,我尝试在linux google计算机上使用 sudo pip install pandas 但是收到了一些错误 我发现了 我必须: python setup.py build_ext --inplace 但是回来吧: Exception: Cython-generated file 'pandas/_libs/period.c' not found. Cython is required to compile pandas from a developmen

我尝试在linux google计算机上使用

sudo pip install pandas
但是收到了一些错误

我发现了

我必须:

python setup.py build_ext --inplace
但是回来吧:

Exception: Cython-generated file 'pandas/_libs/period.c' not found.
                Cython is required to compile pandas from a development branch.
                Please install Cython or download a release package of pandas.
INSTALLED VERSIONS
------------------
commit: 7b8a6b1bc22f6fc0023c02ac8301e07b4ab80417
python: 2.7.9.final.0
python-bits: 64
OS: Linux
OS-release: 3.16.0-4-amd64
machine: x86_64
processor:
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: None.None

pandas: None
pytest: None
pip: 1.5.6
setuptools: 5.5.1
Cython: 0.21.1
numpy: 1.8.2
scipy: None
xarray: None
IPython: None
sphinx: None
patsy: None
dateutil: None
pytz: None
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: 0.999
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: None
s3fs: None
pandas_gbq: None
pandas_datareader: None
接着我跑:

然后回来:

Exception: Cython-generated file 'pandas/_libs/period.c' not found.
                Cython is required to compile pandas from a development branch.
                Please install Cython or download a release package of pandas.
INSTALLED VERSIONS
------------------
commit: 7b8a6b1bc22f6fc0023c02ac8301e07b4ab80417
python: 2.7.9.final.0
python-bits: 64
OS: Linux
OS-release: 3.16.0-4-amd64
machine: x86_64
processor:
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: None.None

pandas: None
pytest: None
pip: 1.5.6
setuptools: 5.5.1
Cython: 0.21.1
numpy: 1.8.2
scipy: None
xarray: None
IPython: None
sphinx: None
patsy: None
dateutil: None
pytz: None
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: 0.999
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: None
s3fs: None
pandas_gbq: None
pandas_datareader: None
这表明熊猫确实看到了我的赛昂狗

有人能在这里解释一下吗

这是一个微型谷歌计算引擎远程linux

谢谢