We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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:
Have you upgraded to the latest nibabel?
pip install -U nibabel
Sorry, something went wrong.
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__)
No branches or pull requests
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: