imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
115 stars 62 forks source link

TypeError when using pip install from dev branch #68

Closed schuenke closed 2 years ago

schuenke commented 2 years ago

Describe the bug When trying to install the current PyPulseq version from the dev branch using pip install git+https://github.com/imr-framework/pypulseq.git@dev I get an TypeError.

File "<locaction>/setup.py, line 51, in <module>
   version=".".join((major, minor, revision)),
TypeError: sequence item 0: expected str instance, int found

To Reproduce

Expected behavior The variables should be converted to strings before joining them.

sravan953 commented 2 years ago

@schuenke This is a whoopsie, thanks! Should be fixed now.

schuenke commented 2 years ago

Successfully installed coverage-6.4.1 pypulseq-1.4.0 👍