ndabas / pico-setup-windows

Quickly get started with Raspberry Pi Pico/RP2040 on Windows
Apache License 2.0
298 stars 35 forks source link

Installation fails on Windows 10 #23

Closed w9ran closed 1 year ago

w9ran commented 2 years ago

I can't copy the text because the installer window locks up and closes when I click Cancel, but this is as far as it gets:

image

I would certainly appreciate help in resolving this. I reset my Microsoft Store account after looking at a Collect log but that wasn't it. Thanks.

w9ran commented 2 years ago

Here is a complete capture of the installation screen showing that the error occurs with Build Tools for Visual Studio. Can anyone tell why this is happening and how to fix it? Probably something has changed in a directory or path?

image

w9ran commented 2 years ago

install_log.txt

Here is the complete install.log file from failed installation.

ndabas commented 2 years ago

Thanks for the detailed notes and logs -- I'll take a look and see if I can figure something out, or if I need more log files.

Acasmol commented 1 year ago

Hello All! I'm also having issues with installing on Window 10

All instalations go well, till the last steps whil running the CMD commands.

Any of the CMD excecuted, ends with:

No se esperaba \Arm en este momento

Attach the images:

00001 00002

ndabas commented 1 year ago

@Acasmol does your username (as used in the path which you have redacted in the screenshot) contain spaces or any non-latin characters by any chance?

Acasmol commented 1 year ago

Hello @ndabas !

No, doesnt contain any spaces or any non-latin characters.

But I already fixed!. It was not a problem related to the SDK, I was a problem that one of my routes in the PATH was pointing to a folder that doesn't exist, removed that route and it works fine now.

This is issue was not open by me, I just take advantage and start writting here, but, can I close it?

ndabas commented 1 year ago

Hello @Acasmol, thanks for the investigation! I'll close this issue now.