Can't install Tango lib. Error

#3
by SamStrand - opened

Got this error while trying to install Tango. Can someone help please.
I did everything exactly according to the instructions, gitclone, downloaded all the requirements, but still - does not allow to download tango

tango_error.PNG

SamStrand changed discussion title from Can't install Tango lib. Errir to Can't install Tango lib. Error
Deep Cognition and Language Research (DeCLaRe) Lab org

Tango is not part of pip distribution yet. You may refer to https://github.com/declare-lab/tango for the installation guide. Thank you!

I did all of these commands:

git clone https://github.com/declare-lab/tango/
cd tango
pip install -r requirements.txt
cd diffusers
pip install -e .

But there is still error, that Tango is missing πŸ€”πŸ€”

Deep Cognition and Language Research (DeCLaRe) Lab org

Are you running tango from the main cloned directory?

yes and it's still not working

Deep Cognition and Language Research (DeCLaRe) Lab org

You may want to try in WSL to see if it's a Windows-specific issue.

Sign up or log in to comment