Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to run this manually? the shortcut doesn't work for me #8

Open
vesper8 opened this issue Jul 30, 2018 · 1 comment
Open

how to run this manually? the shortcut doesn't work for me #8

vesper8 opened this issue Jul 30, 2018 · 1 comment

Comments

@vesper8
Copy link

vesper8 commented Jul 30, 2018

I tried both

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!

@jerry-git
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants