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

[Windows] Calling cli static_ffmpeg fails if the package path contains space #7

Closed
tikuma-lsuhsc opened this issue Feb 28, 2022 · 5 comments

Comments

@tikuma-lsuhsc
Copy link

If the package is installed on a path with a space (e.g, 'C:\Users\User Name\Python\Lib\site-packages\static_ffmpeg) invoking static_ffmpeg` command fails with the following error:

>static_ffmpeg
'C:\Users\User' is not recognized as an internal or external command,
operable program or batch file.
@zackees
Copy link
Owner

zackees commented Feb 28, 2022

thanks! I'll work on this now

@zackees
Copy link
Owner

zackees commented Feb 28, 2022

Okay, I believe this has been fixed, can you please run

python -m pip install static-ffmpeg --upgrade

And then run:

static_ffmpeg -version again and confirm the bug is fixed for you?

@tikuma-lsuhsc
Copy link
Author

I'll check it out on Wed. (I encountered it on my work PC and I'm off tomorrow)

@zackees
Copy link
Owner

zackees commented Mar 3, 2022

Can you confirm fixed?

@tikuma-lsuhsc
Copy link
Author

Yes it does! Sorry, it escaped my mind to test the fix. Thanks

zackees added a commit that referenced this issue Sep 27, 2022
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