west tool could not be found

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

west tool could not be found

ソリューションへジャンプ
2,188件の閲覧回数
olav
Contributor II

Hi

I am trying MCUXpresso for VS Code for the first time.

- I have installed the MCUXpresso Extension
- I have run the MCUXpresso Installer and install all software kits

When I try to Import a remote Repository (MCUXpresso SDK) I get the error message "west tool could not be found.

I have restarted VS Code, and even the PC.

I am using Windows 10

Any ideas?

 

0 件の賞賛
返信
1 解決策
2,181件の閲覧回数
ErichStyger
Specialist I

Can you check if west is installed at all (using the 'where' command on Windows):

I have the following:

C:\Users\erich>where west
C:\Users\erich\AppData\Local\Programs\Python\Python39\Scripts\west.exe
C:\Users\erich\AppData\Local\Microsoft\WindowsApps\west.exe

 

You might give the following instructions a try:

https://docs.zephyrproject.org/latest/develop/west/install.html

 

I hope this helps,

Erich

 

元の投稿で解決策を見る

2 返答(返信)
2,182件の閲覧回数
ErichStyger
Specialist I

Can you check if west is installed at all (using the 'where' command on Windows):

I have the following:

C:\Users\erich>where west
C:\Users\erich\AppData\Local\Programs\Python\Python39\Scripts\west.exe
C:\Users\erich\AppData\Local\Microsoft\WindowsApps\west.exe

 

You might give the following instructions a try:

https://docs.zephyrproject.org/latest/develop/west/install.html

 

I hope this helps,

Erich

 

2,171件の閲覧回数
olav
Contributor II
Thanks Erich

Both Python and West was installed, but the path to the installation was not set. After fixing this, west was found and the SDK was downloaded.

Olav
0 件の賞賛
返信