devstack could not install deps [-r/home/mistral/test-requirements.txt] 解决方法

[root@vitrage mistral(keystone_admin)]# tox -egenconfig

genconfig create: /home/mistral/.tox/genconfig

genconfig installdeps: -r/home/mistral/test-requirements.txt

ERROR: could not install deps [-r/home/mistral/test-requirements.txt]

_____________________________________________________________________________________ summary ______________________________________________________________________________________

ERROR: genconfig: could not install deps [-r/home/mistral/test-requirements.txt]

解决办法:
rm -rf .tox # remove everything tox ever did here
sudo pip install --upgrade pip tox virtualenv # upgrade your tooling (maybe use 'sudo -H ')
tox -e genconfig # try to build the conf file again

posted @ 2020-06-15 10:03  3哥哥  阅读(1046)  评论(0编辑  收藏  举报