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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM