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

vds_2d not part of pip install package #18

Closed
Mmj94 opened this issue Sep 10, 2019 · 1 comment
Closed

vds_2d not part of pip install package #18

Mmj94 opened this issue Sep 10, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Mmj94
Copy link

Mmj94 commented Sep 10, 2019

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 sravan953 self-assigned this Sep 11, 2019
@sravan953 sravan953 added the bug Something isn't working label Apr 22, 2020
@sravan953
Copy link
Collaborator

Apologies for the late response!
This is fixed in commit cbafac5. 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.

@Mmj94 Mmj94 closed this as completed Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants