我想在容器python 3.9上安装pandas0.25.0 .
我的docker镜像是:python:3.9
我得到了这个错误
ERROR: Command errored out with exit status 1: /usr/local/bin/python -u -c 'import io,
os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fndbv0q1/pandas_a819631e88d54e8f8fddfd0324875565/setup.py'"'"';
__file__='"'"'/tmp/pip-install-fndbv0q1/pandas_a819631e88d54e8f8fddfd0324875565/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__)
else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-hgxej7_6/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/pandas Check the logs for full command output.
我该怎么做?
谢谢
我认为你做不到。
从1.1.3版本开始,pandas才支持Python 3.9。
下面是添加Py3.9支持的变更日志:
https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.1.3.html