You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip3 install thug-memes
and
pip install thug-memes
i don't get any errors exactly.. just these warnings that I think are unrelated to this package
Requirement already satisfied: thug-memes in /usr/local/lib/python3.6/site-packages (0.1.0)
Requirement already satisfied: opencv-python==3.4.0.12 in /usr/local/lib/python3.6/site-packages (from thug-memes) (3.4.0.12)
Requirement already satisfied: click==6.7 in /usr/local/lib/python3.6/site-packages (from thug-memes) (6.7)
Requirement already satisfied: face-recognition-models==0.3.0 in /usr/local/lib/python3.6/site-packages (from thug-memes) (0.3.0)
Requirement already satisfied: numpy>=1.11.1 in /usr/local/lib/python3.6/site-packages (from opencv-python==3.4.0.12->thug-memes) (1.13.1)
spacy 1.9.0 has requirement pip<10.0.0,>=9.0.0, but you'll have pip 10.0.1 which is incompatible.
convertdate 2.1.0 has requirement pytz<2018,>=2014.10, but you'll have pytz 2018.4 which is incompatible.
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
but then the thug shortcut isn't available even after restarting my shell
I don't use pip often.. just wondering where thug gets installed and how I can call it with an absolute path maybe? unless you have another advice that could help
i'm on OSX
thanks!
The text was updated successfully, but these errors were encountered:
Sounds like a path issue. Could you run sudo find / -name 'thug' -type f to locate the shortcut? If you can locate it that way, add that location to your path (it should be some /bin directory) or run it directly by /some/path/bin/thug --help.
I tried both
i don't get any errors exactly.. just these warnings that I think are unrelated to this package
but then the thug shortcut isn't available even after restarting my shell
I don't use pip often.. just wondering where thug gets installed and how I can call it with an absolute path maybe? unless you have another advice that could help
i'm on OSX
thanks!
The text was updated successfully, but these errors were encountered: