我正在尝试在Ubuntu 14.04上安装Devstack,所有这些都在VirtualBox VM中运行.当我运行./stack.sh时,脚本运行了一段时间然后我在终端中收到此错误:
DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated.
See https://github.com/pypa/pip/issues/906.
Directory '/opt/stack/nova' is not installable. File 'setup.py' not found.
Storing debug log for failure in /home/name/.pip/pip.log
Run Code Online (Sandbox Code Playgroud)
pip.log显示:
/usr/local/bin/pip run on Thu Aug 14 16:53:09 2014
DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated.
See https://github.com/pypa/pip/issues/906.
Directory '/opt/stack/nova' is not installable. File 'setup.py' not found.
Exception information:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 260,
in run …Run Code Online (Sandbox Code Playgroud)