You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try run the projects (run command line: behave or behave features/twitter.feature) my promt shows the log above:
Exception ImportError: No module named yaml Traceback (most recent call last): File "/usr/local/bin/behave", line 11, in <module> sys.exit(main()) File "/Library/Python/2.7/site-packages/behave/__main__.py", line 109, in main failed = runner.run() File "/Library/Python/2.7/site-packages/behave/runner.py", line 672, in run return self.run_with_paths() File "/Library/Python/2.7/site-packages/behave/runner.py", line 677, in run_with_paths self.load_hooks() File "/Library/Python/2.7/site-packages/behave/runner.py", line 631, in load_hooks exec_file(hooks_path, self.hooks) File "/Library/Python/2.7/site-packages/behave/runner.py", line 304, in exec_file exec(code, globals, locals) File "features/environment.py", line 1, in <module> from yaml import load ImportError: No module named yaml
Any idea?
The text was updated successfully, but these errors were encountered:
When I try run the projects (run command line:
behave
orbehave features/twitter.feature
) my promt shows the log above:Exception ImportError: No module named yaml Traceback (most recent call last): File "/usr/local/bin/behave", line 11, in <module> sys.exit(main()) File "/Library/Python/2.7/site-packages/behave/__main__.py", line 109, in main failed = runner.run() File "/Library/Python/2.7/site-packages/behave/runner.py", line 672, in run return self.run_with_paths() File "/Library/Python/2.7/site-packages/behave/runner.py", line 677, in run_with_paths self.load_hooks() File "/Library/Python/2.7/site-packages/behave/runner.py", line 631, in load_hooks exec_file(hooks_path, self.hooks) File "/Library/Python/2.7/site-packages/behave/runner.py", line 304, in exec_file exec(code, globals, locals) File "features/environment.py", line 1, in <module> from yaml import load ImportError: No module named yaml
Any idea?
The text was updated successfully, but these errors were encountered: