-
Notifications
You must be signed in to change notification settings - Fork 261
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
Comments
Have you upgraded to the latest nibabel?
|
Hi @Dimitrievici has this been resolved? |
everything is installed... |
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
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
The text was updated successfully, but these errors were encountered: