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

version requirement of dependencies #52

Closed
MerlinSmiles opened this issue Mar 3, 2016 · 1 comment
Closed

version requirement of dependencies #52

MerlinSmiles opened this issue Mar 3, 2016 · 1 comment

Comments

@MerlinSmiles
Copy link
Contributor

When I try installing Qcodes with python setup.py develop I get an error:

Traceback (most recent call last):
  File ".\setup.py", line 81, in <module>
    if StrictVersion(module.__version__) < StrictVersion(min_version):
  File "C:\anaconda\lib\distutils\version.py", line 40, in __init__
    self.parse(vstring)
  File "C:\anaconda\lib\distutils\version.py", line 137, in parse
    raise ValueError("invalid version number '%s'" % vstring)
ValueError: invalid version number 'pyqtgraph-0.9.10-100-gf224936'

So I have a specific branch of pyqtgraph installed that has a somehow funny version number, but it is larger than the required 0.9.10.

Is there any way to make this work without swiching the pyqtgraph branch and then switching it back?

@alexcjohnson
Copy link
Contributor

That check happens after setup() has finished, so you're probably good to go already... anyway, it's not saying the version is too small, it's just barfing on the version string. After I sort out the more pressing issue you uncovered last night, I'll make a fix for this - unless you want to do it, it's a pretty easy except ValueError: at the very end with another template asking you to manually ensure that the version is OK.

MerlinSmiles pushed a commit that referenced this issue Mar 4, 2016
jenshnielsen referenced this issue in jenshnielsen/Qcodes Jul 7, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Jul 18, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 3, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 3, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 7, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 9, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 10, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 16, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 18, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Aug 22, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Sep 21, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
nataliejpg pushed a commit to nataliejpg/Qcodes that referenced this issue Oct 11, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Oct 27, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Nov 21, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
jenshnielsen referenced this issue in jenshnielsen/Qcodes Nov 23, 2017
* fix multiplot label issues

If a plot has several subplots, make all axes correctly detect AutoSIPrefix

* remove debug print

* fix: no more prints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants