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 dev version number is not consistent #71

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

pip install dev version number is not consistent #71

sswaroopgupta opened this issue May 8, 2018 · 2 comments
Labels

Comments

@sswaroopgupta
Copy link
Contributor

Expected behavior
pip install --pre getgauge==0.3.2.dev.20180504 --user should install a version of Version: 0.3.2.dev.20180504

Actual behavior
It is installing Version: 0.3.2.dev20180504 and hence a version incompatibility error occurs and IDE features are not available

Steps to replicate

  • Install python nightly python (0.3.2.nightly-2018-05-04)
  • Install pip version 0.3.2.dev.20180504
  • Open VSCode IDE

The IDE features are not available. Incompatibility message is seen in the logs.

Version

auge version: 0.9.8.nightly-2018-05-01
Commit Hash: 765d3e7

Plugins
-------
python (0.3.2.nightly-2018-05-04)
@BugDiver
Copy link
Member

BugDiver commented May 8, 2018

This is not an issue with gauge or gauge-python. Looks like this the behavior of pip which installs X.X.X.dev.XXXXXXXX as X.X.X.devXXXXXXXX.

The compatibility check needs to handle this.

BugDiver pushed a commit that referenced this issue May 8, 2018
@BugDiver
Copy link
Member

BugDiver commented May 9, 2018

Fix should be available in nightly >= 09-05-2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants