MichaelYochpaz/iSubRip

[Question]: It showed me error, how to fix it?

meir4503 opened this issue · 5 comments

Question

Thats the error i got:
isubrip : The term 'isubrip' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

Hey, how did you install it? What Python version do you have (run python --version)?
If you run pip freeze, does isubrip appear there on the list?

Also, note that after installing (that's true to any CLI tool by the way), you'll need to reopen the terminal (in this case, PowerShell) window, in order for it to detect newly installed software.

Hey, how did you install it? What Python version do you have (run python --version)? If you run pip freeze, does isubrip appear there on the list?

Also, note that after installing (that's true to any CLI tool by the way), you'll need to reopen the terminal (in this case, PowerShell) window, in order for it to detect newly installed software.

Hey, thanks for your reply.
My Python version is the latest (3.11.4) and when i run pip freeze nothing happend.
I follow your instructions and run all the comands.

What do you mean by "nothing happens"? You get no output at all (a blank line)? You get the same error that the command could not be found?

What happened when you ran pip install isubrip? You got output saying it was successfully installed?

Try running python -m pip install isubrip.

What do you mean by "nothing happens"? You get no output at all (a blank line)? You get the same error that the command could not be found?

What happened when you ran pip install isubrip? You got output saying it was successfully installed?

Try running python -m pip install isubrip.

The comand pip install isubrip worked great and now it download me the subtitles so thanks you very much!
How i can make it download only he subtitles and not all the available subtitles?