Andrei Litvin
Andrei Litvin
The trick is to decide what version to expose here ... current version command line handling prints out hard-coded text I believe, which is only useful among manjor versions (which...
An exact list may not be easily built. I would suggest to run a build that you need and then run `pip list` to fetch the list of installed packages.
I don't seem to see the undelying error from the logs. Try a `pip install psutil==5.9.4` and see if that fails out with a clearer error message.
you can try to cross compile, however our sysroot is 22.04 so it will very likely not run on 18.
at the same time, psutil does not sound like a package that we really need for compilation, so you could try to trim down requirements from requirements.txt. The reality however...
@nivi-apple please add some description in the PR summary of why `skip-protocol-compatibility` is correct for this PR
@s07641069 I think we have to update this gradually ... we switched docker to 24.04 and still need to fix some individual failures.
We should add supression comments or fix the code. At the same time, I believe we updated to ubuntu 24.04 and evetyhing should be updated now. Closing as likely stale...
@echomlv could you take a look at the review comments and apply updates? after that this should be ready to merge
@yufengwangca please update the PR summary with a description of changes. This seems to be "add ability in the CommissioningWindowOpener to specify the endpoint, so that bridges can be supported"...