Open aboutmydreams opened 2 years ago
I can't reproduce. You installed it using pip install twspace-dl
, right?
I can't reproduce. You installed it using
pip install twspace-dl
, right?
Yes, command can't find twspace-dl
after install
Try adding PATH=$PATH:~/Library/Python/3.8/bin
to ~/.bashrc
Try adding
PATH=$PATH:~/Library/Python/3.8/bin
to ~/.bashrc
hi, I use the zsh
in my macbook, and the python3
is in the path
Is .bashrc necessary for the command ?
I'm more worried the twspace-dl isn't in your PATH actually
Could you try python3 -m twspace-dl -h
?
I'm more worried the twspace-dl isn't in your PATH actually
Yes, it is.
If use pip install in MBP, and run twspace_dl -i xxx
it will return command not found: twspace_dl
And when I fix the path problem, it will return api.twitter.com:443
as same as the issue content showed.
I use the GUI in my friend's Windows 10 computer without login twiter account. here is same problem(api.twitter.com:443
)
I have to say I don't have a clue of how you got the result you had with the command you entered. I'll add a help needed tag and let this open.
Describe the bug A clear and concise description of what the bug is.
To Reproduce
python3 ./twspace_dl/__main__.py -i https://twitter.com/i/spaces/1MYxNnkdkPPxw -v
Expected behavior begin to download the space audio.
Output If applicable, add the output of the command to help explain your problem.
Desktop (please complete the following information):
Additional context when I use poetry or pip:
twspace-dl is not in command, so I run it in source code lib