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
286 stars 139 forks source link

"Conflicting dependencies" while Simba Installation #127

Closed Marcelobot closed 3 years ago

Marcelobot commented 3 years ago

Hey guys, first of all thank you for creating simBA which really offers much more possibilities to my project!

Currently we have got some issues while installing SimBA with anaconda on Windows Laptop and PC. The following error we recieve after putting in "pip install simba-uw-tf".

Simba_installation

"Conflicting dependencies simba and deeplabcut"? - there is no deeplabcut used on my Laptop..

What would you recomment us to do? Is there an Option to run Simba on Linux?

Thanks and best regards. Marcel

sronilsson commented 3 years ago

Hey @Marcelobot!

I recommend installing simba-uw-tf-dev (pip install simba-uw-tf-dev), don't do the simba-uw-tf version. The simba-uw-tf-dev version should run both on linux or Windows as is.

For the dependency conflict, check this out and see if it helps:

https://github.com/sgoldenlab/simba/blob/master/docs/FAQ.md#11-when-i-install-or-update-simba-i-see-a-bunch-or-messages-in-the-console-telling-there-me-about-some-dependency-conflicts-the-messages-may-look-a-little-like-this

I would try the second suggestion - downgrading pip before installing SimBA. Let me know if that works.

Marcelobot commented 3 years ago

Thank you very much!

Best Marcel