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 に答える