QCoDeS / Qcodes_contrib_drivers

A collection of community-contributed QCoDeS drivers for instruments
https://qcodes.github.io/Qcodes_contrib_drivers/
MIT License
46 stars 81 forks source link

Latest versions of packaging break QDAC2 driver #189

Closed maij closed 1 year ago

maij commented 1 year ago

Somewhere in the recent changes of packaging, using packaging.version.parse on strings like 'w-x.y.z' raises an error about an invalid firmware version. Explicitly installing an older version (I used packaging 20.0) circumvents this issue.

jenshnielsen commented 1 year ago

@maij This was resolved in #180 and will be part of the next release

jenshnielsen commented 1 year ago

I just created a new release that should be available from pypi soon

jenshnielsen commented 1 year ago

@maij if you can confirm that resolves the issue we can close this one

jenshnielsen commented 1 year ago

Have not heard back so assuming this is indeed fixed by latest release