We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior When gauge-python is installed pip should also install pip getgauge as well
Actual behavior Getting the following error
"/usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/z0/w2x618g57yg1s2j8_c1g7k1m0000gp/T/pip-install-T2I5JD/getgauge/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/z0/w2x618g57yg1s2j8_c1g7k1m0000gp/T/pip-record-ZIYalX/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/z0/w2x618g57yg1s2j8_c1g7k1m0000gp/T/pip-install-T2I5JD/getgauge/ Traceback (most recent call last): File "start.py", line 14, in <module> from getgauge import connection, processor ImportError: No module named getgauge Error ---------------------------------- Failed to start gauge API: Runner with pid 11461 quit unexpectedly(exit status 1). Get Support ---------------------------- Docs: https://docs.gauge.org Bugs: https://github.com/getgauge/gauge/issues Chat: https://gitter.im/getgauge/chat Your Environment Information ----------- darwin, 0.9.9.nightly-2018-05-11, fcb9e9d csharp (0.10.3), html-report (4.0.5), java (0.6.8), js (2.3.1), python (0.3.2), ruby (0.5.1), screenshot (0.0.1), xml-report (0.2.1)
Steps to replicate
gauge run specs
Version
Gauge version: 0.9.9.nightly-2018-05-15 Commit Hash: f4e155e Plugins ------- python (0.3.2.nightly-2018-05-15)
The text was updated successfully, but these errors were encountered:
Should use pip install getgauge ... --user
pip install getgauge ... --user
Sorry, something went wrong.
#73 Handle getgauge module
27b0f28
- Install if not installed already - Update if already installed
2fb1e21
Fix should be available in nightly >= 17/05/2018
NivedhaSenthil
No branches or pull requests
Expected behavior
When gauge-python is installed pip should also install pip getgauge as well
Actual behavior
Getting the following error
Steps to replicate
gauge run specs
Version
The text was updated successfully, but these errors were encountered: