0

我正在使用 python 2.6.6,为什么 run_tests 试图找到 python 2.7?

(os)mirror0@lab:~/tmp/python-glanceclient$ ./run_tests.sh
GLOB sdist-make: /home/mirror0/tmp/python-glanceclient/setup.py
py27 create: /home/mirror0/tmp/python-glanceclient/.tox/py27
ERROR: InterpreterNotFound: python2.7
___________________________________ summary ____________________________________
ERROR:   py27: InterpreterNotFound: python2.7
(os)mirror0@lab:~/tmp/python-glanceclient$ python -V
Python 2.6.6
4

1 回答 1

1

您需要安装 python 2.7 才能通过这些测试。

于 2012-10-18T23:28:06.863 回答