-
Notifications
You must be signed in to change notification settings - Fork 32
Unable to build examples (Python 3.8) #1238
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
Comments
In GitLab by [Gitlab user @jjardon] on Dec 12, 2019, 02:30 [Gitlab user @albfan] are the examples working with bst-1.4 when using the bst-1 branch? |
In GitLab by [Gitlab user @juergbi] on Dec 12, 2019, 05:24 There is an incompatibility with Python 3.8 that we're looking into. Related issue: #1173 |
In GitLab by [Gitlab user @juergbi] on Dec 12, 2019, 05:24 changed title from Unable to build examples to Unable to build examples{+ (Python 3.8)+} |
In GitLab by [Gitlab user @albfan] on Dec 12, 2019, 07:29 [Gitlab user @jjardon] I checkout origin/bst-1 and results are the same as for tag 1.4.1 [Gitlab user @juergbi] I forget to add that info:
So yes, maybe this is related with python 3.8. I went through #1173, related issues and MR but didn't find what I can cherry-pick to make I tried with a virtualenv using a local python 3.7.5 and results for If there's anything I can provide feedback, just let me know. I'm just revisiting my main use case for buildstream: Trying to build a vala project based on flatpak Elementary SDK, and a C project dependency, to work at same time in vala project and C project. |
In GitLab by [Gitlab user @BenjaminSchubert] on Dec 12, 2019, 16:35 For python3.8: https://gitlab.com/BuildStream/buildstream/commit/e188b16d7979f75823200c5104b3a5fa952fc50c#65c9089123965199008f5d09bc3e5d13b56777dd_174_174 the changes in this file should be able to fix the immediate problem. Please note that this still has some problems, but they seem to be related to how we run tests with coverage.
There is nothing needed to work in virtualenvs for BuildStream, we've been using it extensively. |
In GitLab by [Gitlab user @albfan] on Dec 12, 2019, 17:15 [Gitlab user @BenjaminSchubert] About virtualenv: I tried again and now it's working for autotools example. For flatpak-autotools:
Not sure what should be the correct ostree version here. I will try with patch too to see if I can send feedback. |
In GitLab by [Gitlab user @BenjaminSchubert] on Dec 12, 2019, 17:35 That problem's https://gitlab.com/BuildStream/buildstream/issues/1164. Lets move this part of the discussion there if needed :) |
In GitLab by [Gitlab user @albfan] on Dec 12, 2019, 22:04 Thanks for guiding. I can cherry-pick here and there. Let's close this and contribute where is needed. Thanks again. |
In GitLab by [Gitlab user @albfan] on Dec 12, 2019, 22:04 closed |
See original issue on GitLab
In GitLab by [Gitlab user @albfan] on Dec 11, 2019, 19:33
Summary
Cannot build examples
Steps to reproduce
Using pip stable release:
Trying with master:
What is the current bug behavior?
build fails on 1.4.1 and master
What is the expected correct behavior?
be able to build examples
Relevant logs and/or screenshots
Anything else is needed?
Possible fixes
Other relevant information
The text was updated successfully, but these errors were encountered: