-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
unable to build with python 3.7.0 - generator raised StopIteration #5958
Comments
unfortunately bumping the waf version to 2.0.8 doesn't work without further changes:
|
@Akemi is it all right to use python2 with waf instead? |
@ilovezfs as far as i know, yes. personally when i made changes to the build system i made sure that building works on both major versions of python on various macOS versions. though even before both versions were considered and tested. the original homebrew formula probably explicitly used python3 to reduce the possible error sources. in the case you were asking because you want to change that in the formula. |
Yes that's why I ask: Homebrew/homebrew-core#29621 |
@ilovezfs Does that still work with vapoursynth? |
Yes it still works:
|
fixed by 15a6d00. just a heads-up @ilovezfs. we just released 0.29 (ca73b60) which incorporates the waf fixes. so Homebrew/homebrew-core@b314a66 could be reverted when you update the mpv formula to 0.29. |
Thanks for the heads-up @Akemi! |
great, thx. |
mpv version and platform
master on osx
Reproduction steps
try to build on a system with python 3.7.0
Expected behavior
successful build
Actual behavior
generator raised StopIteration
Log file
https://gist.github.com/globau/c6ce68c81a7912a98613d9b0821cefa5
bootstrap.py
downloads waf version 1.9.8; according to https://gitlab.com/ita1024/waf/blob/master/ChangeLog you need to use version 2.0.7 or later.The text was updated successfully, but these errors were encountered: