I have an issue when trying to install nRF Connect SDK on my work computer. I have installed VScode, the toolchain and the nRF Connect extension. The next step would be to install the nRF Connect SDK by clicking the manage SDK button and choosing the latest version. However, there seems to be some errors which I believe is due to not me being administrator. I tried to get IT to log in as admin and to do the install but it did not work for some reason. Hopefully it does not require me to have administrator privileges. Any help would be appreciated.
Finally here is the output when trying to install the nRF connect SDK (with manage SDKs):
Updating files: 100% (12300/12300), done.
[west]: Traceback (most recent call last):
[west]: File "shutil.py", line 847, in move
[west]: real_dst = dst
[west]: ^^^^^^^^^^^
[west]: PermissionError: [WinError 5] Access is denied: 'c:\\ncs\\v2.8.0\\.west\\manifest-tmp' -> 'c:\\ncs\\v2.8.0\\nrf'
[west]:
[west]: During handling of the above exception, another exception occurred:
[west]:
[west]: Traceback (most recent call last):
[west]: File "<frozen runpy>", line 198, in _run_module_as_main
[west]: File "<frozen runpy>", line 88, in _run_code
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Scripts\west.exe\__main__.py", line 7, in <module>
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Lib\site-packages\west\app\main.py", line 1085, in main
[west]: app.run(argv or sys.argv[1:])
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Lib\site-packages\west\app\main.py", line 244, in run
[west]: self.run_command(argv, early_args)
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Lib\site-packages\west\app\main.py", line 503, in run_command
[west]: self.run_builtin(args, unknown)
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Lib\site-packages\west\app\main.py", line 611, in run_builtin
[west]: self.cmd.run(args, unknown, self.topdir,
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Lib\site-packages\west\commands.py", line 194, in run
[west]: self.do_run(args, unknown)
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Lib\site-packages\west\app\project.py", line 224, in do_run
[west]: topdir = self.bootstrap(args)
[west]: ^^^^^^^^^^^^^^^^^^^^
[west]: File "C:\ncs\toolchains\2d382dcd92\opt\bin\Lib\site-packages\west\app\project.py", line 339, in bootstrap
[west]: shutil.move(os.fspath(tempdir), os.fspath(manifest_abspath))
[west]: File "shutil.py", line 865, in move
[west]: linkto = os.readlink(src)
[west]: ^^^^^^^^^^^
[west]: File "shutil.py", line 781, in rmtree
[west]: onexc(os.path.islink, path, err)
[west]: ^^^^^^^^^^^^^^^^^^^^^^^^^^
[west]: File "shutil.py", line 635, in _rmtree_unsafe
[west]: except OSError as err:
[west]: ^^^^^^^^^^^^^^^^^^^
[west]: File "shutil.py", line 633, in _rmtree_unsafe
[west]: try:
[west]: ^
[west]: PermissionError: [WinError 5] Access is denied: 'c:\\ncs\\v2.8.0\\.west\\manifest-tmp\\.git\\objects\\pack\\pack-5d50f5c725021d6a5dc624400e5983c789a42c93.idx'
[west]: exited with code 1.