scalabli / sashay

Sashay is an automatic installer for useful tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFound: quo

fxckinsa1int opened this issue · comments

i already downloaded the module, but there is no any change

Your system is failing to download quo but the module is specified in the requirements.txt file. Kindly install quo manually.

pip install -U quo

Your system is failing to download quo but the module is specified in the requirements.txt file. Kindly install quo manually.

pip install -U quo

i already tried, and i have it already installed, but it doesn't work

Same error, installed manually and nothing works. Is there a solution to this problem?

@Elforget and @fxckinsa1int

There are multiple versions of python interpreters and pip versions present in your system, to solve this we've dropped support for python2, the requirement files were being installed on python2 but sashay requires python3

Also sashay works best when your in root

Kindly uninstall quo by using this command
pip uninstall quo then reclone the repo and check if the problem has been resolved.

@fxckinsa1int @Elforget was the problem solved?