<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90079/west-issue---local-configuration-file-not-found</link><description>Hi Nordic, can you tell me what may be the issue west is having?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Jul 2022 09:07:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90079/west-issue---local-configuration-file-not-found" /><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/378245?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2022 09:07:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d96089f0-9f6d-44eb-94f8-8f081510759a</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Installing the nRF Connect SDK using the toolchain manager from nRF Connect for desktop app makes it seem that you can atleast install and run the application correctly. Please try that out&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/378216?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2022 06:04:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b17cd35-6d4c-41ba-81ba-7c90fb1b1882</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I will report this internally. Due to lack of people due to summer holidays, I might not get a response from the R&amp;amp;D team until they come back to work. I appreciate your patience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/378015?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 08:43:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc42ff08-bd01-4980-849a-638e31accea5</guid><dc:creator>Andy Aoe</dc:creator><description>&lt;p&gt;Yes, the steps to recreate&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;fully erase&amp;nbsp;Macbook Pro Intel&lt;/li&gt;
&lt;li&gt;Run west init -m &lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github.com/.../sdk-nrf&lt;/a&gt; --mr v2.0.1 and fail&lt;/li&gt;
&lt;li&gt;Follow Steps 1-3 on&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#gs-installing"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#gs-installing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run west init -m &lt;a href="https://github.com/nrfconnect/sdk-nrf"&gt;github.com/.../sdk-nrf&lt;/a&gt; --mr v2.0.1 and fail&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/378012?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 08:18:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a26e5bca-6e8d-4bc2-b4a6-fd9f1aa6038e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Have you tried this with tool chain manager? If it does not work with the toolchain manager, i need to report this to the tools team.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/377986?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 06:16:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2002744-e015-4db4-874d-0af10f185bfa</guid><dc:creator>Andy Aoe</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;andy-level@andys-mbp ncs % west init -m git@github.com:Calthings/sdk-nrf.git --mr level-v1.9.0
Traceback (most recent call last):
  File &amp;quot;/usr/local/bin/west&amp;quot;, line 8, in &amp;lt;module&amp;gt;
    sys.exit(main())
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/app/main.py&amp;quot;, line 786, in main
    app.run(argv or sys.argv[1:])
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/app/main.py&amp;quot;, line 101, in run
    self.load_manifest()
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/app/main.py&amp;quot;, line 119, in load_manifest
    self.manifest = Manifest.from_topdir(topdir=self.topdir,
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/manifest.py&amp;quot;, line 1105, in from_topdir
    return Manifest(topdir=topdir, config=config,
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/manifest.py&amp;quot;, line 1373, in __init__
    self._ctx = self._top_level_init(source_data,
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/manifest.py&amp;quot;, line 1715, in _top_level_init
    manifest_path_option = get_option(&amp;#39;manifest.path&amp;#39;)
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/manifest.py&amp;quot;, line 1712, in get_option
    return config.get(option, default=default,
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/configuration.py&amp;quot;, line 169, in get
    return self._get(lambda cf: cf.get(option), default, configfile)
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/configuration.py&amp;quot;, line 208, in _get
    for cf in self._whence(configfile):
  File &amp;quot;/usr/local/lib/python3.9/site-packages/west/configuration.py&amp;quot;, line 229, in _whence
    raise RuntimeError(&amp;#39;local configuration file not found&amp;#39;)
RuntimeError: local configuration file not found
andy-level@andys-mbp ncs % 

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/377985?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 06:15:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f4a446e-6f8f-4208-ab1d-4ceddcd9cc2f</guid><dc:creator>Andy Aoe</dc:creator><description>&lt;p&gt;I erased my machine and installed toolchain 2.0.0 but still get the same result&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/377831?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2022 11:30:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8da3aa6-e162-45ea-bf3d-ae395ac75890</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;This seems to be a tool issue on Macbook.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try to use the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#id4"&gt;Toolchain manager&lt;/a&gt; instead to install the SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/377736?ContentTypeID=1</link><pubDate>Tue, 19 Jul 2022 22:30:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0531b673-0fc3-474e-9b92-d1ab440d6c75</guid><dc:creator>Andy Aoe</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;andylevel@andys-mbp nrf % pwd
/Users/andylevel/Projects/nrf
andylevel@andys-mbp nrf % ls
CMakeLists.txt		cmake			samples
CODEOWNERS		doc			scripts
Jenkinsfile		drivers			share
Kconfig.nrf		dts			subsys
LICENSE			ext			test-manifests
README.rst		include			tests
VERSION			lib			west-test.yml
applications		modules			west.yml
boards			ncs_version.h.in	zephyr
andylevel@andys-mbp nrf % &lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: west issue - local configuration file not found</title><link>https://devzone.nordicsemi.com/thread/377394?ContentTypeID=1</link><pubDate>Mon, 18 Jul 2022 11:26:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a043f19f-42cb-4ec4-b125-59db3fd78d1c</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Unable to see the directory in which you are running this, also the version of the SDK you are trying to initialize.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;#160; &amp;#160; raise RuntimeError(&amp;#39;local configuration&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Can you show us what were the steps that followed before this command?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>