How can I install ROI buddy in mac ?

95 views
Skip to first unread message

Ats

unread,
Aug 28, 2014, 4:10:51 PM8/28/14
to sima-...@googlegroups.com
How can I install ROI buddy in mac ?

sima-users

unread,
Aug 28, 2014, 6:53:03 PM8/28/14
to sima-...@googlegroups.com
Have you installed SIMA according to the instructions?
  -  http://www.losonczylab.org/sima/0.2/install.html

Have you installed the other ROI Buddy requirements listed here?
  -  http://www.losonczylab.org/sima/0.2/roi_buddy.html#installation

If so, then you can just download the source code http://losonczylab.org/ROI_Buddy_Source.zip and then open the unzipped directory in terminal, and run the following command:
  python roi_buddy.py

Marta Gajowa

unread,
Oct 12, 2015, 5:08:21 AM10/12/15
to sima-users, sima-...@googlegroups.com
Hello,

I decided to try sima and roi buddy but I struggle a lot with instalation of the softwere. At the end when I installed all dependencies (on Mac, exactly as listed in the web site with versions which are listed there even if there was newer version accesibe) I tried to install roi buddy but at the very end after installation command (sudo pip install roibuddy --user) the output of the instalation is: 'Successfully installed numpy scipy' 
Did you ever had similar situation and maybe you know what I could do?
Of course when I try to type roibuddy in terminal: command not found appears.
Any edvice?

Best,
Marta

Christopher Snyder

unread,
Oct 12, 2015, 9:21:22 AM10/12/15
to Marta Gajowa, sima-users
Marta,

I haven't tried the roibuddy part of sima, and I don't think this will be helpful, but I feel bad not at least trying.

1) is roibuddy in your $PATH?
2) Maybe instead of trying "roibuddy" in the terminal, try python; import roibuddy

Best,
Chris


--
You received this message because you are subscribed to the Google Groups "sima-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sima-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sima-users/a78fa384-3806-4697-b017-f847a947e499%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Patrick Kaifosh

unread,
Nov 8, 2015, 9:47:19 AM11/8/15
to sima-...@googlegroups.com
Hi Marta,

From http://losonczylab.org/sima/1.3/roi_buddy.html#installation
/"Installation of ROI Buddy will create an executable file that can be
run by typing “roibuddy” into your terminal. If this command does not
work, check the output of the installation command to determine the
directory where the executable was placed, and either add this directory
to your path or run the executable directly from that location."//
/
Have you identified where ROI Buddy is installed? If you did not see it
in the output of the installation, then you can find it as follows by
running python and typing

>>> import roibuddy
>>> roibuddy.__file__
> --
> You received this message because you are subscribed to the Google
> Groups "sima-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to sima-users+...@googlegroups.com
> <mailto:sima-users+...@googlegroups.com>.
> <https://groups.google.com/d/msgid/sima-users/a78fa384-3806-4697-b017-f847a947e499%40googlegroups.com?utm_medium=email&utm_source=footer>.
Message has been deleted

Kiki Chang

unread,
Dec 15, 2015, 9:54:54 AM12/15/15
to sima-users
Hi, 

I followed the instructions to download SIMA, all ROI buddy dependencies, and ROIbuddy. But when I run "python rui_buddy.py" on the terminal, it says that there is no module named guidata. I looked into the guidata folder, and it seems that there is no guidata.py in the folder (downloaded from: https://code.google.com/p/guidata/



The error message is as follows:

Traceback (most recent call last):

  File "roibuddy-1.0.0/roibuddy/roi_buddy.py", line 32, in <module>

    from guidata import qthelpers

ImportError: No module named guidata



How should I resolve this? Thanks.

Reply all
Reply to author
Forward
0 new messages