-
Notifications
You must be signed in to change notification settings - Fork 365
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
Can not install PyAV on Win10 #310
Comments
|
If this were Linux, I'd say that it was very likely that PyAV was trying to link against the static libraries instead of dynamic. I'm not familiar with Windows build problems. You closed the issue, which I hope means you solved it. What was it? |
@FreemanZ how did you eventually solve this? |
I am getting |
I was able to get past this by downloading the correct version of FFMPEG ("dev"), which has folders "include" and "lib". These are necessary to do the build. I got this error when I was pointing to a folder containing the static executable and looking back, of course that won't work. |
With @tschoepflin 's comment, I was able to install I needed to put the content of the include directory in |
The zeranoe website appears to be offline, however archive.org has a copy which allows you to download the builds: https://web.archive.org/web/20200918191847/https://ffmpeg.zeranoe.com/builds/ |
The text was updated successfully, but these errors were encountered: