Skip to content

install.sh fails on installing arduino-cli to windows 10 #334

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

Closed
noweare1 opened this issue Aug 8, 2019 · 1 comment · Fixed by #339
Closed

install.sh fails on installing arduino-cli to windows 10 #334

noweare1 opened this issue Aug 8, 2019 · 1 comment · Fixed by #339
Assignees
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project

Comments

@noweare1
Copy link

noweare1 commented Aug 8, 2019

Bug Report

Current behavior

The script identified my system as
"
MINGW 32BIT WINDOWS
OS=MINGW32_NT-10.0-WOW
"
the script returned httpStatusCode = 404

intermediate output from install.sh
"
Did not find a release for your system: Windows 32bit
Trying to find a release using the GitHub API.
LATEST_RELEASE_URL=https://github.com/api/repos/arduino
"
final error msg from install.sh
"
Sorry, we dont have a dist for your system: Windows 32bit
You can request one here: https://github.com/Arduino/arduino-cli/issues
Failed to install arduino-cli
"

Expected behavior

A successfull install

Environment

windows 10 64bit

@masci
Copy link
Contributor

masci commented Aug 9, 2019

@noweare1 I've a patch up for review that should fix the problem. In the meantime, you can test it out by running

curl https://github.com/raw/arduino/arduino-cli/massi/install-mingw/install.sh | sh

Thanks for reporting!

@per1234 per1234 added conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project labels Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants