Skip to content
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

Pip install getgauge fails on Mac #73

Closed
sswaroopgupta opened this issue May 15, 2018 · 2 comments
Closed

Pip install getgauge fails on Mac #73

sswaroopgupta opened this issue May 15, 2018 · 2 comments
Assignees

Comments

@sswaroopgupta
Copy link
Contributor

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

  • Open an existing gauge-python project
  • gauge run specs
  • This installs gauge-python. However getting the above error while installing pip

Version

Gauge version: 0.9.9.nightly-2018-05-15
Commit Hash: f4e155e

Plugins
-------
python (0.3.2.nightly-2018-05-15)
@sswaroopgupta
Copy link
Contributor Author

Should use pip install getgauge ... --user

@NivedhaSenthil NivedhaSenthil self-assigned this May 16, 2018
NivedhaSenthil added a commit that referenced this issue May 16, 2018
- Install if not installed already
- Update if already installed
nehashri pushed a commit that referenced this issue May 17, 2018
- Install if not installed already
- Update if already installed
@NivedhaSenthil
Copy link
Member

Fix should be available in nightly >= 17/05/2018

@ghost ghost removed the ready for QA label May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants