0

I am using python 3.5 (32 bit).
I have installed pytest-bdd on my laptop.
But for some reason the pytest-bdd command is not being recognized.
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!

enter image description here

theQuestionMan
  • 1,270
  • 2
  • 18
  • 29

1 Answers1

0

It's not a pytest-bdd error, instead it's a pip error (a gift with 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""

Community
  • 1
  • 1
theQuestionMan
  • 1,270
  • 2
  • 18
  • 29