-
Notifications
You must be signed in to change notification settings - Fork 36
Segmentation fault #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Observation |
This is happening due to some failure in grpc. The issue in grpc can be tracked here grpc/grpc#15581 |
doing a pip upgrade fixes this issue, as the default pip version when we do apt install is 9.0.1 that needed to be upgraded. This seems to happen because of an issue(pypa/setuptools#951) in setuptools which is fixed in setuptools version > 36 |
From @sguptatw on May 28, 2018 10:40
Expected behavior
Should be able to execute specs seamlessly
Actual behavior
Getting
Steps to replicate
gauge run specs/specs1/example.spec
Copied from original issue: getgauge/gauge#1064
The text was updated successfully, but these errors were encountered: