简体   繁体   English

pytest-bdd无法启动

[英]Pytest-bdd unable to launch

I am using python 3.5 (32 bit). 我正在使用python 3.5(32位)。
I have installed pytest-bdd on my laptop. 我已经在笔记本电脑上安装了pytest-bdd。
But for some reason the pytest-bdd command is not being recognized. 但是由于某种原因,无法识别pytest-bdd命令。
The warning I get is Fatal error in launcher: Unable to create process using '"' 我收到的警告是启动器中的致命错误:无法使用“”创建进程

I have attached a screenshot of the error. 我已附上该错误的屏幕截图。
Please help me! 请帮我!

在此处输入图片说明

It's not a pytest-bdd error, instead it's a pip error (a gift with python 3.5). 这不是pytest-bdd错误,而是一个pip错误(带有python 3.5的礼物)。
See here to fix the problem: 请参阅此处解决问题:
Fatal error in launcher: Unable to create process using ""C:\\Program Files (x86)\\Python33\\python.exe" "C:\\Program Files (x86)\\Python33\\pip.exe"" 启动器中的致命错误:无法使用““ C:\\ Program Files(x86)\\ Python33 \\ python.exe”创建进程“” C:\\ Program Files(x86)\\ Python33 \\ pip.exe“”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM