sgoldenlab / simba

SimBA (Simple Behavioral Analysis), a pipeline and GUI for developing supervised behavioral classifiers
https://simba-uw-tf-dev.readthedocs.io/
GNU General Public License v3.0
297 stars 143 forks source link

Impossible to run simba on Mac os #37

Closed DorianBattivelli closed 4 years ago

DorianBattivelli commented 4 years ago

Hello,

Thank you for the new release of Simba. I tried to install it on my mac using "pip install simba-uw-no-tf" command.

During the installation I noticed a bug: whereas this command should specify for intallation without TensorFlow, an error message appeared:

"Could not find a version that satisfies the requirement tensorflow_gpu==1.14.0..."

I added '#' before the tensorflow line in requirments, and that fixed the issue.

Nevertheless, I can not launch the program from my terminal. Once cd in my simba folder, I tried both: "simba.py" and "pythonw simba.py" commands.

Here the error message returned:

b95a3806-9308-4a56-b941-532f8d33f5c8

FYI: I'm using python 3.7.6, with anaconda. I'm also using DeepLabCut 2.2.b5. Finally one friend tried also to install Simba on her Macos, and she had the same error.

Have you some suggestion to fix the bug?

Thank you very much! Best, Dorian

sgoldenlab commented 4 years ago

Hi @DorianBattivelli – thanks for looking into SimBA! At the moment we only support Windows use and I’m aware of Mac/Linux issues in relation to the paths, which appears to be what’s preventing the boot on your machine.

Ensuring Mac/Linux compatibility is not a priority right now. Is there any chance you could find a windows machine, or would running SimBA through a virtual windows environment e.g., virtualbox or vmware, be an alternative for you? That would prevent these errors you are seeing from showing up.

DorianBattivelli commented 4 years ago

Hi @sgoldenlab,

Thank you for your answer. I will try to install it on a windows computer,

Best, Dorian

sgoldenlab commented 4 years ago

@DorianBattivelli - let me know how it goes!