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 pip install --pre getgauge==0.3.2.dev.20180504 --user should install a version of Version: 0.3.2.dev.20180504
pip install --pre getgauge==0.3.2.dev.20180504 --user
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
Version: 0.3.2.dev20180504
Steps to replicate
python (0.3.2.nightly-2018-05-04)
0.3.2.dev.20180504
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)
The text was updated successfully, but these errors were encountered:
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.
gauge
gauge-python
pip
X.X.X.dev.XXXXXXXX
X.X.X.devXXXXXXXX
The compatibility check needs to handle this.
Sorry, something went wrong.
Fixed version compatibility check. #71
6d4c0c3
Fix should be available in nightly >= 09-05-2018
No branches or pull requests
Expected behavior
pip install --pre getgauge==0.3.2.dev.20180504 --user
should install a version ofVersion: 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 availableSteps to replicate
python (0.3.2.nightly-2018-05-04)
0.3.2.dev.20180504
Version
The text was updated successfully, but these errors were encountered: