我使用python3.5 (32位)。
我在笔记本电脑上安装了pytest-bdd。
但是由于某些原因,pytest-bdd命令没有被识别。
我收到的警告是启动程序中的致命错误:无法使用“”创建进程
我附上了错误的截图。
请帮帮我!
发布于 2016-02-16 10:42:58
这不是pytest-bdd错误,而是pip错误(python3.5的礼物)。
请看这里来解决这个问题:
Fatal error in launcher: Unable to create process using ""C:\Program Files (x86)\Python33\python.exe" "C:\Program Files (x86)\Python33\pip.exe""
https://stackoverflow.com/questions/35428416
相似问题