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

Regarding linux environment check #661

Open
santhosh-vikraman opened this issue Jul 31, 2023 · 1 comment
Open

Regarding linux environment check #661

santhosh-vikraman opened this issue Jul 31, 2023 · 1 comment

Comments

@santhosh-vikraman
Copy link

santhosh-vikraman commented Jul 31, 2023

I got specific error while trying to execute ffmpeg

[Errno 2] No such file or directory: '"/tmp/.pyffmpeg/bin/ffmpeg"'
Which shows path have extra double quotes which is not accepted in Linux. Wondering if some test already done one the environment. Else I can support here.
I removed quotes in line 122 and was able to run the test code.
options = '"{}" -loglevel {} '

@bradytheinventor
Copy link

I have the same issue after updating to v2.4.2.18 from v2.3.0.2. Windows works fine, but on Linux (Ubuntu) I get the same "no such file or directory" error.

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