imr-framework / pypulseq

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

vds_2d not part of pip install package #18

Closed Mmj94 closed 4 years ago

Mmj94 commented 5 years ago

vds_2d.py is part of the GitHub repository but not available when pip installing pypulseq.

To Reproduce After pip install pypulseq: from pypulseq.utils.vds_2d import vds_2d

Error message: ModuleNotFoundError: No module named 'pypulseq.utils'

sravan953 commented 4 years ago

Apologies for the late response! This is fixed in commit cbafac5e43e4509509f05ee4dd9bf03cd7bd1514. However, a PyPI release is not warranted for this minor change. I suggest you install pypulseq as follows when you need vds_2d.py or k2g.py in your project:

pip install git+git://github.com/imr-framework/pypulseq.git@cbafac5e43e4509509f05ee4dd9bf03cd7bd1514

Please let me know if this issue can be closed.