Command 'gdown' not found, did you mean: #261
Replies: 5 comments
-
Please make sure you follow the installation instruction: |
Beta Was this translation helpful? Give feedback.
-
@wkentaro of course i do, why? |
Beta Was this translation helpful? Give feedback.
-
I don't think this is really a Gdown's issue. As long as you install properly, at least command should be available in your |
Beta Was this translation helpful? Give feedback.
-
@wkentaro I am running through the same issue. Any fixes ? |
Beta Was this translation helpful? Give feedback.
-
I encountered same issues. $ pip install gdown
#Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: gdown in /home/huai/.local/lib/python3.10/site-packages (5.1.0) Requirement already satisfied: requests[socks] in /usr/lib/python3/dist-packages (from gdown) (2.25.1) Requirement already satisfied: beautifulsoup4 in /home/huai/.local/lib/python3.10/site-packages (from gdown) (4.12.3) Requirement already satisfied: filelock in /home/huai/.local/lib/python3.10/site-packages (from gdown) (3.13.1) Requirement already satisfied: tqdm in /home/huai/.local/lib/python3.10/site-packages (from gdown) (4.66.2) Requirement already satisfied: soupsieve>1.2 in /home/huai/.local/lib/python3.10/site-packages (from beautifulsoup4->gdown) (2.5) Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /home/huai/.local/lib/python3.10/site-packages (from requests[socks]->gdown) (1.7.1)
$ gdown
#Command 'gdown' not found, did you mean: This message show that I have sucessfully installed export PATH="$HOME/.local/bin:$PATH"
source ~/.bashrc
# If you are using zsh
# source ~/.zshrc Now, it works. |
Beta Was this translation helpful? Give feedback.
-
Provide environment information
I get the error "Command 'gdown' not found, did you mean:" when i run
gdown
from shell.What OS are you using?
Linux
Describe the Bug
I get the error "Command 'gdown' not found, did you mean:" when i run
gdown
from shell.Expected Behavior
No response
To Reproduce
No response
Beta Was this translation helpful? Give feedback.
All reactions