<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cant Build Matter Device With The Instructions of Google in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542049#M4589</link>
    <description>&lt;P&gt;I also tried ESPRESSIF's instructions before this one, so I already downloaded the latest version of ESP-IDF and did run it without a problem.&lt;/P&gt;&lt;P&gt;I am not sure if the error above can cause problem in the future. Then I went to the next step and did clone the connectedhomeip from github. Next, in the section Set up the Matter SDK after writing&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;git checkout FETCH_HEAD&lt;/PRE&gt;&lt;P&gt;code to my terminal, I am getting the following output which (I guess) tells me there is no problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Not: Şuraya geçiliyor: 'FETCH_HEAD'.&lt;/P&gt;&lt;P&gt;Şu anda 'ayrık HEAD' durumundasınız. Oraya buraya bakabilir, deneysel&lt;BR /&gt;değişiklikler yapıp gönderebilir veya başka bir dala geçerek yaptığınız&lt;BR /&gt;tüm işlemeleri başka hiçbir dala etki etmeden geri alabilirsiniz.&lt;/P&gt;&lt;P&gt;Yaptığınız işlemeleri korumak için yeni bir dal oluşturmak isterseniz bunu&lt;BR /&gt;şimdi veya daha sonra switch komutuna -c ekleyerek yapabilirsiniz. Örnek:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;git switch -c &amp;lt;yeni-dal-adı&amp;gt;&lt;/P&gt;&lt;P&gt;Bu işlemi şununla geri alabilirsiniz:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;git switch -&lt;/P&gt;&lt;P&gt;Bu öğüdü advice.detachedHead yapılandırma değişkenini false yaparak&lt;BR /&gt;kapatabilirsiniz.&lt;/P&gt;&lt;P&gt;HEAD konumu: 9bd53e85d9 Create SPECIFICATION_VERSION&lt;BR /&gt;&lt;BR /&gt;These outputs are in Turkish and it says all good.&lt;/P&gt;&lt;P&gt;Untill the 3rd step of Set up the Matter SDK, I got no errors or something like that. But, in the 3rd step&lt;/P&gt;&lt;PRE&gt;source ./scripts/bootstrap.sh&lt;/PRE&gt;&lt;P&gt;I got this output&lt;BR /&gt;(pages of output, I can't put them all here but I'll put the errors here.)&lt;BR /&gt;I am getting Matter logo and its letters on the screen which are big enough and beneath it it says;&lt;BR /&gt;BOOTSTRAP! Bootstrap may take a few minutes; please be patient.&lt;BR /&gt;Downloading and installing packages into local source directory:&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2023 09:58:55 GMT</pubDate>
    <dc:creator>prophemusx</dc:creator>
    <dc:date>2023-11-03T09:58:55Z</dc:date>
    <item>
      <title>Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542048#M4588</link>
      <description>&lt;P&gt;&lt;A href="https://developers.home.google.com/codelabs/matter-device?hl=en&amp;amp;authuser=0#6" target="_blank"&gt;https://developers.home.google.com/codelabs/matter-device?hl=en&amp;amp;authuser=0#6&lt;/A&gt; as it is shown in the website I did reboot my computer with Ubuntu. Then configured the port of my ESP32-WROOM-32D device and tried whether or not I can upload something into it. So that I could see if the computer can reach my device through USB port. I successfully uploaded. Afterwards I downloaded Google Home app on my android phone then managed my Google Home Mini 2.nd Gen device and did connect Home Mini without a problem. After these steps, I began to write all the codes that have been instructed us to the Terminal one by one but then I realized that&amp;nbsp; ESP-IDF version was not the latest. I have already installed ESP-IDF's latest version before from the ESPRESSIF's website, maybe because of that I got the following error;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Installing virtualenv&lt;BR /&gt;error: externally-managed-environment&lt;/P&gt;&lt;P&gt;× This environment is externally managed&lt;BR /&gt;╰─&amp;gt; To install Python packages system-wide, try apt install&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; python3-xyz, where xyz is the package you are trying to&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; install.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you wish to install a non-Debian-packaged Python package,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; create a virtual environment using python3 -m venv path/to/venv.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sure you have python3-full installed.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you wish to install a non-Debian packaged Python application,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; it may be easiest to use pipx install xyz, which will manage a&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; virtual environment for you. Make sure you have pipx installed.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; See /usr/share/doc/python3.11/README.venv for more information.&lt;/P&gt;&lt;P&gt;note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.&lt;BR /&gt;hint: See PEP 668 for the detailed specification.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/home/celiker/esp-idf_tools/esp-idf/tools/idf_tools.py", line 1567, in action_install_python_env&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import virtualenv&amp;nbsp; # noqa: F401&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^^^^^^^^^^^^^^^^^&lt;BR /&gt;ModuleNotFoundError: No module named 'virtualenv'&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/home/celiker/esp-idf_tools/esp-idf/tools/idf_tools.py", line 1970, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; main(sys.argv[1:])&lt;BR /&gt;&amp;nbsp; File "/home/celiker/esp-idf_tools/esp-idf/tools/idf_tools.py", line 1966, in main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; action_func(args)&lt;BR /&gt;&amp;nbsp; File "/home/celiker/esp-idf_tools/esp-idf/tools/idf_tools.py", line 1570, in action_install_python_env&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subprocess.check_call([sys.executable, '-m', 'pip', 'install', '--user', 'virtualenv'],&lt;BR /&gt;&amp;nbsp; File "/usr/lib/python3.11/subprocess.py", line 413, in check_call&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', 'install', '--user', 'virtualenv']' returned non-zero exit status 1.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 09:53:15 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542048#M4588</guid>
      <dc:creator>prophemusx</dc:creator>
      <dc:date>2023-11-03T09:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542049#M4589</link>
      <description>&lt;P&gt;I also tried ESPRESSIF's instructions before this one, so I already downloaded the latest version of ESP-IDF and did run it without a problem.&lt;/P&gt;&lt;P&gt;I am not sure if the error above can cause problem in the future. Then I went to the next step and did clone the connectedhomeip from github. Next, in the section Set up the Matter SDK after writing&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;git checkout FETCH_HEAD&lt;/PRE&gt;&lt;P&gt;code to my terminal, I am getting the following output which (I guess) tells me there is no problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Not: Şuraya geçiliyor: 'FETCH_HEAD'.&lt;/P&gt;&lt;P&gt;Şu anda 'ayrık HEAD' durumundasınız. Oraya buraya bakabilir, deneysel&lt;BR /&gt;değişiklikler yapıp gönderebilir veya başka bir dala geçerek yaptığınız&lt;BR /&gt;tüm işlemeleri başka hiçbir dala etki etmeden geri alabilirsiniz.&lt;/P&gt;&lt;P&gt;Yaptığınız işlemeleri korumak için yeni bir dal oluşturmak isterseniz bunu&lt;BR /&gt;şimdi veya daha sonra switch komutuna -c ekleyerek yapabilirsiniz. Örnek:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;git switch -c &amp;lt;yeni-dal-adı&amp;gt;&lt;/P&gt;&lt;P&gt;Bu işlemi şununla geri alabilirsiniz:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;git switch -&lt;/P&gt;&lt;P&gt;Bu öğüdü advice.detachedHead yapılandırma değişkenini false yaparak&lt;BR /&gt;kapatabilirsiniz.&lt;/P&gt;&lt;P&gt;HEAD konumu: 9bd53e85d9 Create SPECIFICATION_VERSION&lt;BR /&gt;&lt;BR /&gt;These outputs are in Turkish and it says all good.&lt;/P&gt;&lt;P&gt;Untill the 3rd step of Set up the Matter SDK, I got no errors or something like that. But, in the 3rd step&lt;/P&gt;&lt;PRE&gt;source ./scripts/bootstrap.sh&lt;/PRE&gt;&lt;P&gt;I got this output&lt;BR /&gt;(pages of output, I can't put them all here but I'll put the errors here.)&lt;BR /&gt;I am getting Matter logo and its letters on the screen which are big enough and beneath it it says;&lt;BR /&gt;BOOTSTRAP! Bootstrap may take a few minutes; please be patient.&lt;BR /&gt;Downloading and installing packages into local source directory:&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 09:58:55 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542049#M4589</guid>
      <dc:creator>prophemusx</dc:creator>
      <dc:date>2023-11-03T09:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542050#M4590</link>
      <description>&lt;P&gt;&lt;BR /&gt;still installs and collects requirements and then ;&lt;/P&gt;&lt;P&gt;Installing build dependencies: finished with status 'done'&lt;BR /&gt;Getting requirements to build wheel: started&lt;BR /&gt;error: subprocess-exited-with-error&lt;BR /&gt;&lt;BR /&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;BR /&gt;&lt;BR /&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;Getting requirements to build wheel: finished with status 'error'&lt;BR /&gt;error: subprocess-exited-with-error&lt;/P&gt;&lt;P&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;/P&gt;&lt;P&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;['/home/celiker/connectedhomeip/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/celiker/connectedhomeip/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/celiker/connectedhomeip/scripts/requirements.txt', '--constraint=/home/celiker/connectedhomeip/scripts/constraints.txt'] {'stdout': &amp;lt;_io.TextIOWrapper name=3 mode='w+' encoding='UTF-8'&amp;gt;, 'stderr': -2}&lt;/P&gt;&lt;P&gt;None&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 795, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.exit(main())&lt;BR /&gt;^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 787, in main&lt;BR /&gt;return EnvSetup(**vars(parse())).setup()&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 457, in setup&lt;BR /&gt;result = step(spin)&lt;BR /&gt;^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 606, in virtualenv&lt;BR /&gt;if not virtualenv_setup.install(&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 274, in install&lt;BR /&gt;pip_install('--log', os.path.join(venv_path, 'pip-requirements.log'),&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 243, in pip_install&lt;BR /&gt;return _check_call(cmd)&lt;BR /&gt;^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 88, in _check_call&lt;BR /&gt;subprocess.check_call(args, **kwargs)&lt;BR /&gt;File "/usr/lib/python3.11/subprocess.py", line 413, in check_call&lt;BR /&gt;raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['/home/celiker/connectedhomeip/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/celiker/connectedhomeip/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/celiker/connectedhomeip/scripts/requirements.txt', '--constraint=/home/celiker/connectedhomeip/scripts/constraints.txt']' returned non-zero exit status 1.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 09:59:05 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542050#M4590</guid>
      <dc:creator>prophemusx</dc:creator>
      <dc:date>2023-11-03T09:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542051#M4591</link>
      <description>&lt;P&gt;I did the next Google steps and build it then passed to the Configure the Build section. In the very first step, I began to get the error. When I type&lt;/P&gt;&lt;PRE&gt;source ./scripts/activate.sh&lt;/PRE&gt;&lt;P&gt;to the terminal, I got the following output&lt;BR /&gt;&lt;BR /&gt;Matter logo and bootstrap again...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Using cached gevent-1.5.0.tar.gz (5.3 MB)&lt;BR /&gt;Installing build dependencies: started&lt;BR /&gt;Installing build dependencies: finished with status 'done'&lt;BR /&gt;Getting requirements to build wheel: started&lt;BR /&gt;error: subprocess-exited-with-error&lt;BR /&gt;&lt;BR /&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;BR /&gt;&lt;BR /&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;Getting requirements to build wheel: finished with status 'error'&lt;BR /&gt;error: subprocess-exited-with-error&lt;/P&gt;&lt;P&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;/P&gt;&lt;P&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;['/home/celiker/connectedhomeip/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/celiker/connectedhomeip/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/celiker/connectedhomeip/scripts/requirements.txt', '--constraint=/home/celiker/connectedhomeip/scripts/constraints.txt'] {'stdout': &amp;lt;_io.TextIOWrapper name=3 mode='w+' encoding='UTF-8'&amp;gt;, 'stderr': -2}&lt;/P&gt;&lt;P&gt;None&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 795, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.exit(main())&lt;BR /&gt;^^^^^^&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 10:00:34 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542051#M4591</guid>
      <dc:creator>prophemusx</dc:creator>
      <dc:date>2023-11-03T10:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542052#M4592</link>
      <description>&lt;P&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 787, in main&lt;BR /&gt;return EnvSetup(**vars(parse())).setup()&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 457, in setup&lt;BR /&gt;result = step(spin)&lt;BR /&gt;^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 606, in virtualenv&lt;BR /&gt;if not virtualenv_setup.install(&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 274, in install&lt;BR /&gt;pip_install('--log', os.path.join(venv_path, 'pip-requirements.log'),&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 243, in pip_install&lt;BR /&gt;return _check_call(cmd)&lt;BR /&gt;^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/celiker/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 88, in _check_call&lt;BR /&gt;subprocess.check_call(args, **kwargs)&lt;BR /&gt;File "/usr/lib/python3.11/subprocess.py", line 413, in check_call&lt;BR /&gt;raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['/home/celiker/connectedhomeip/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/celiker/connectedhomeip/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/celiker/connectedhomeip/scripts/requirements.txt', '--constraint=/home/celiker/connectedhomeip/scripts/constraints.txt']' returned non-zero exit status 1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can not make my own Matter Supported Smart Home Device with Google Steps. Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;-Mustafa&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 10:00:43 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/542052#M4592</guid>
      <dc:creator>prophemusx</dc:creator>
      <dc:date>2023-11-03T10:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/548268#M5209</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/455313"&gt;@prophemusx&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out with your issue. You can refer to the following github &lt;A href="https://github.com/espressif/esp-idf/issues/12321" target="_self"&gt;link&lt;/A&gt; in regards to your subprocess.CalledProcessError. Try running the following command ' sudo apt install python3-virtualenv ' to install the latest version of the python3 virtual environment and then give again a try to setup up your own Matter Supported Smart Home Device.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 16:52:18 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/548268#M5209</guid>
      <dc:creator>sipriyadarshi</dc:creator>
      <dc:date>2023-11-16T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/550596#M5225</link>
      <description>&lt;P&gt;Hello sir, i got the same error but i use 'sudo apt install python3-virtualenv' and got lastest version of python3 and try again but it still got the same error.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 16:24:06 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/550596#M5225</guid>
      <dc:creator>noone998</dc:creator>
      <dc:date>2023-11-22T16:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/550598#M5226</link>
      <description>&lt;P&gt;Collecting gevent&amp;lt;2.0,&amp;gt;=1.2.2 (from gdbgui==0.13.2.0-&amp;gt;-r /home/phuongnt/Matter/connectedhomeip/scripts/requirements.esp32.txt (line 5))&lt;BR /&gt;Using cached gevent-1.5.0.tar.gz (5.3 MB)&lt;BR /&gt;Installing build dependencies: started&lt;BR /&gt;Installing build dependencies: finished with status 'done'&lt;BR /&gt;Getting requirements to build wheel: started&lt;BR /&gt;error: subprocess-exited-with-error&lt;BR /&gt;&lt;BR /&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;BR /&gt;&lt;BR /&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;Getting requirements to build wheel: finished with status 'error'&lt;BR /&gt;error: subprocess-exited-with-error&lt;/P&gt;&lt;P&gt;× Getting requirements to build wheel did not run successfully.&lt;BR /&gt;│ exit code: 1&lt;BR /&gt;╰─&amp;gt; See above for output.&lt;/P&gt;&lt;P&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;['/home/phuongnt/Matter/connectedhomeip/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/phuongnt/Matter/connectedhomeip/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/phuongnt/Matter/connectedhomeip/scripts/requirements.txt', '--constraint=/home/phuongnt/Matter/connectedhomeip/scripts/constraints.txt'] {'stdout': &amp;lt;_io.TextIOWrapper name=3 mode='w+' encoding='UTF-8'&amp;gt;, 'stderr': -2}&lt;/P&gt;&lt;P&gt;None&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/phuongnt/Matter/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 795, in &amp;lt;module&amp;gt;&lt;BR /&gt;sys.exit(main())&lt;BR /&gt;File "/home/phuongnt/Matter/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 787, in main&lt;BR /&gt;return EnvSetup(**vars(parse())).setup()&lt;BR /&gt;File "/home/phuongnt/Matter/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 457, in setup&lt;BR /&gt;result = step(spin)&lt;BR /&gt;File "/home/phuongnt/Matter/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 606, in virtualenv&lt;BR /&gt;if not virtualenv_setup.install(&lt;BR /&gt;File "/home/phuongnt/Matter/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 274, in install&lt;BR /&gt;pip_install('--log', os.path.join(venv_path, 'pip-requirements.log'),&lt;BR /&gt;File "/home/phuongnt/Matter/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 243, in pip_install&lt;BR /&gt;return _check_call(cmd)&lt;BR /&gt;File "/home/phuongnt/Matter/connectedhomeip/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 88, in _check_call&lt;BR /&gt;subprocess.check_call(args, **kwargs)&lt;BR /&gt;File "/usr/lib/python3.10/subprocess.py", line 369, in check_call&lt;BR /&gt;raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['/home/phuongnt/Matter/connectedhomeip/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/phuongnt/Matter/connectedhomeip/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/phuongnt/Matter/connectedhomeip/scripts/requirements.txt', '--constraint=/home/phuongnt/Matter/connectedhomeip/scripts/constraints.txt']' returned non-zero exit status 1.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 16:27:58 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/550598#M5226</guid>
      <dc:creator>noone998</dc:creator>
      <dc:date>2023-11-22T16:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Build Matter Device With The Instructions of Google</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/550834#M5230</link>
      <description>&lt;P&gt;We appreciate you contacting us with this concern. About your subprocess, you can consult the github link provided below.Error Called Process. To install the most recent version of the Python 3 virtual environment, try executing the following command: "sudo apt install python3-virtualenv." Then&lt;A href="https://themindsetters.blogspot.com/" target="_self"&gt;,&lt;/A&gt; try setting up your own Matter Supported Smart Home Device once more.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 02:24:28 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cant-Build-Matter-Device-With-The-Instructions-of-Google/m-p/550834#M5230</guid>
      <dc:creator>robanoor</dc:creator>
      <dc:date>2023-11-23T02:24:28Z</dc:date>
    </item>
  </channel>
</rss>

