Skip to content

streamlines module can't be found #554

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

Closed
Dimitrievici opened this issue Sep 24, 2017 · 4 comments
Closed

streamlines module can't be found #554

Dimitrievici opened this issue Sep 24, 2017 · 4 comments

Comments

@Dimitrievici
Copy link

Hi there,

I'm trying to import the streamlines module in a Python script, but it tells me that there's no module named streamlines.

I'm using Python 2.7 on Anaconda on a Win32. After I import the nibabel library, I try:
from nibabel.streamlines import ArraySequence as Streamlines

What I get is:
ImportError: No module called streamlines.

Sorry, can't copy the code from my MinGW32.

Hope you can help

@matthew-brett
Copy link
Member

Have you upgraded to the latest nibabel?

pip install -U nibabel

@effigies
Copy link
Member

Hi @Dimitrievici has this been resolved?

@effigies effigies mentioned this issue Sep 27, 2017
28 tasks
@Dimitrievici
Copy link
Author

everything is installed...

@effigies
Copy link
Member

Hi @Dimitrievici, I'm not sure how to interpret your last post. Did you successfully install the latest nibabel?

If you're still having issues, could you share what version you're using?

import nibabel
print(nibabel.__version__)

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

3 participants