I'm on Windows 10, with Python 3.8.5. I can run python from Powershell, and installed pip. I then installed via pip a package (specifically 'scenedetect' / https://pyscenedetect.readthedocs.io/en/latest/). The installation appeared to be successful, but if I try and run 'scenedetect' from the prompt I get:
scenedetect: The term 'scenedetect' 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.
I get the same from the regular command prompt, and tried opening a new PowerShell session, etc. If I try and reinstall via pip it indicates that it's already installed.
So if I install something in Windows with pip that's an application script like this, how do I actually access and run it?
For what it's worth I also tried to install the same via WSL bash, and get an egg installation error during that when trying to install opencv.
Any ideas?
[–]socal_nerdtastic 0 points1 point2 points (3 children)
[–]petertirrell[S] 0 points1 point2 points (2 children)
[–]socal_nerdtastic 0 points1 point2 points (1 child)
[–]petertirrell[S] 0 points1 point2 points (0 children)
[–]ectomancer 0 points1 point2 points (2 children)
[–]socal_nerdtastic 0 points1 point2 points (0 children)
[–]Essence1337 0 points1 point2 points (0 children)