You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I tried installing laminar_python on my Mac.
I have my anaconda environment (anaconda3), and numpy and nibabel.
I downloaded your .git into my anaconda/bin and set the python path accordingly in my bash profile.
The first time I ran import laminar_python, I got the following error message (everything else on the terminal output looked all happy):
import: delegate library support not built-in '' (X11) @ error/import.c/ImportImageCommand/1294.
So I reinstalled my imagemagick with the requirements and then attempted
import laminar_python again. Now, it is just stuck in the terminal at this, leaving no error messages, no output at all.
If you have any ideas, I'd be happy to try.
I do not find specific requirements as to which python version to use; does laminar python require python 2.7? (Since I did not get any error message of this kind, I assume it is happy python 3)
many thanks for your help!
katja
The text was updated successfully, but these errors were encountered:
please check out the response I just wrote to a similar issue #11 .
Your errors seem different but the general recommendation would be the same: consider using Nighres instead, which provides the same functionality and more. And try installing it using the Docker image, as installation has unfortunately not been solved for Mac yet.
Thank you very much! I will check with Nighres – sounds great! Maybe you can include a link to Nighres on your repo here :) as it seems to be the place which laminar_python has been growing into?
all the best
katja
Hi!
I tried installing laminar_python on my Mac.
I have my anaconda environment (anaconda3), and numpy and nibabel.
I downloaded your .git into my anaconda/bin and set the python path accordingly in my bash profile.
The first time I ran import laminar_python, I got the following error message (everything else on the terminal output looked all happy):
import: delegate library support not built-in '' (X11) @ error/import.c/ImportImageCommand/1294.
So I reinstalled my imagemagick with the requirements and then attempted
import laminar_python again. Now, it is just stuck in the terminal at this, leaving no error messages, no output at all.
If you have any ideas, I'd be happy to try.
I do not find specific requirements as to which python version to use; does laminar python require python 2.7? (Since I did not get any error message of this kind, I assume it is happy python 3)
many thanks for your help!
katja
The text was updated successfully, but these errors were encountered: