-
-
Notifications
You must be signed in to change notification settings - Fork 431
Board Install - Access Denied #310
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
Comments
same error but with |
Partially solved by running in powershell:
|
the same result, and use the powershell cmd it just shows: "invalid parameter '/r'. solved by this cmd: But install other platform like stm32 failed too. Finally solved just install platform by Arduino 1.x, and used it in Arduino IDE 2.x. |
We had two prior reports of this in the Arduino CLI repository (Arduino CLI handles the installation for Arduino IDE):
In both, interference from the antivirus was found to cause the problem. The same sort of pattern has long been observed with the classic Arduino IDE. The solution is to configure the antivirus so that it won't interfere with the working of the Arduino software. Since this is really an Arduino CLI issue, and likely to be not something Arduino has any power to mitigate, I'll go ahead and close this. We do still have one issue open at arduino/arduino-cli#723, so if anyone has ideas for what can be done to improve on this situation, feel free to comment over there. |
Fresh (first time) Install of IDE 2.0 beta 4
When attempting to install "Arduino MBed OS Nano Boards", it fails with "Access Denied"
downloading arduino:arm-none-eabi-gcc@7-2017q4
downloading arduino:[email protected]
downloading arduino:[email protected]
downloading arduino:[email protected]
downloading arduino:[email protected]
Failed to install platform: arduino:mbed_nano.
Error: 2 UNKNOWN: installing tool arduino:arm-none-eabi-gcc@7-2017q4: moving extracted archive to destination dir: rename C:\Users\Mike\AppData\Local\Arduino15\tmp\package-827321993\gcc-arm-none-eabi-7-2017-q4-major-win32 C:\Users\Mike\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4: Access is denied.
I tried running the IDE as Administrator too, with the same result.
The text was updated successfully, but these errors were encountered: