-
Notifications
You must be signed in to change notification settings - Fork 46
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
ImportError: cannot import name 'OneStyleAndTextTuple' from 'prompt_toolkit.formatted_text' #140
Comments
Merge in WMN_TOOLS/matter from unify_develop to silabs Squashed commit of the following: commit 13e9430082964ada7ea0478566c9a08f462ec1e9 Author: Anders Esbensen <[email protected]> Date: Wed Oct 5 14:19:01 2022 +0000 Pull request #141: Added MSLA license file Merge in WMN_TOOLS/matter from feature/added_msla_license to unify_develop Squashed commit of the following: commit f458f8544ed79bb5692ec04dbe01db544f650826 Author: Anders Esbensen <[email protected]> Date: Wed Oct 5 16:00:50 2022 +0200 Added MSLA license file commit 2cdc42127cf9fa9677cdc4fec7768c2360e4af83 Author: Dennis Jensen <[email protected]> Date: Wed Oct 5 14:06:10 2022 +0000 Pull request #130: UIC-2300: Node state monitor tests Merge in WMN_TOOLS/matter from feature/UIC-2300_Unit_test_matter_node_state_monitor to unify_develop Squashed commit of the following: commit e0523a5a0536970c1a8d344304f3db3f7cfc0737 Author: Dennis Jensen <[email protected]> Date: Wed Sep 28 12:17:28 2022 +0200 UIC-2300: Node state monitor tests Changes: * Testing the node state monitor. * Made the node state monitor more fail safe. * Added a wrapper around ember interface. * Testing the wrapper interface is called properly. commit b7048f3d8cb1e9f833e7748afacc356bfb35da66 Author: Kei Shirakizawa <[email protected]> Date: Wed Oct 5 13:45:02 2022 +0000 Pull request #140: UIC-2462 contd.: Fix comments for GN files Merge in WMN_TOOLS/matter from feature/UIC-2462-fix-gn-files to unify_develop Squashed commit of the following: commit d996c149eb3b130f9b1e540f3197cd185781e389 Author: Kei Shirakizawa <[email protected]> Date: Wed Oct 5 15:31:26 2022 +0200 UIC-2462 contd.: Fix comments for GN files ... and 23 more commits
My situation differs from yours; I encounter this error when running the environment update command "source ./scripts/activate.sh". You might also resolve it by changing the version of prompt-toolkit, which is located in the file scripts/setup/constraints.txt. Search for prompt-toolkit and change the version to 3.0.43. |
Thanks, that fixed the problem I was having. |
Merge in WMN_TOOLS/matter from unify_develop to silabs Squashed commit of the following: commit 13e9430082964ada7ea0478566c9a08f462ec1e9 Author: Anders Esbensen <[email protected]> Date: Wed Oct 5 14:19:01 2022 +0000 Pull request #141: Added MSLA license file Merge in WMN_TOOLS/matter from feature/added_msla_license to unify_develop Squashed commit of the following: commit f458f8544ed79bb5692ec04dbe01db544f650826 Author: Anders Esbensen <[email protected]> Date: Wed Oct 5 16:00:50 2022 +0200 Added MSLA license file commit 2cdc42127cf9fa9677cdc4fec7768c2360e4af83 Author: Dennis Jensen <[email protected]> Date: Wed Oct 5 14:06:10 2022 +0000 Pull request #130: UIC-2300: Node state monitor tests Merge in WMN_TOOLS/matter from feature/UIC-2300_Unit_test_matter_node_state_monitor to unify_develop Squashed commit of the following: commit e0523a5a0536970c1a8d344304f3db3f7cfc0737 Author: Dennis Jensen <[email protected]> Date: Wed Sep 28 12:17:28 2022 +0200 UIC-2300: Node state monitor tests Changes: * Testing the node state monitor. * Made the node state monitor more fail safe. * Added a wrapper around ember interface. * Testing the wrapper interface is called properly. commit b7048f3d8cb1e9f833e7748afacc356bfb35da66 Author: Kei Shirakizawa <[email protected]> Date: Wed Oct 5 13:45:02 2022 +0000 Pull request #140: UIC-2462 contd.: Fix comments for GN files Merge in WMN_TOOLS/matter from feature/UIC-2462-fix-gn-files to unify_develop Squashed commit of the following: commit d996c149eb3b130f9b1e540f3197cd185781e389 Author: Kei Shirakizawa <[email protected]> Date: Wed Oct 5 15:31:26 2022 +0200 UIC-2462 contd.: Fix comments for GN files ... and 23 more commits
Description of the issue
Setting environment variables for Host tools fails :
ImportError: cannot import name 'OneStyleAndTextTuple' from 'prompt_toolkit.formatted_text'
Steps to reproduce the issue
Trying to build the Matter Silabs dishwasher Example
git clone https://github.com/SiliconLabs/matter cd matter ./scripts/examples/gn_silabs_example.sh ./silabs_examples/dishwasher-app/silabs/ ./out/dishwasher-app BRD2704A
Device type(s) and network topology
Setup up build environnement
Proposed solution(s)
No response
SMG version
release_2.2.0-1.2
Protocol(s)
Thread
Hardware platform(s)
BRD2704A
Development platform(s)
Ubuntu 22.04.3 LTS (GNU/Linux 6.5.0-17-generic x86_64)
Captured data or logs
SiliconLabs-issue-40.log
The text was updated successfully, but these errors were encountered: