Hello all,
I just receive my dgx spark and tried to install the DGX-spark NIM compatible model Qwen3-32B NIM for DGX Spark | NVIDIA NGC
My credentiels are working and yet it still says :
```
Exception: Permission error: The requested operation requires permissions that the user does not have. This may be due to the user not being a member of the organization that owns the repo.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/local/bin/start_server”, line 7, in
sys.exit(main())
^^^^^^
File “/usr/local/lib/python3.12/dist-packages/nimlib/start_server.py”, line 98, in main
nimutils.download_models(model_manifest)
File “/usr/local/lib/python3.12/dist-packages/nimlib/nimutils.py”, line 55, in download_models
model_manifest.download_models()
File “/usr/local/lib/python3.12/dist-packages/nimlib/nim_sdk.py”, line 380, in download_models
raise ManifestDownloadError(f"Error downloading manifest: {err}") from err
nimlib.exceptions.ManifestDownloadError: Error downloading manifest: Permission error: The requested operation requires permissions that the user does not have. This may be due to the user not being a member of the organization that owns the repo.
```
On the model card it does have developper tag, so i suppose it is not normal that i got a permission restriction on that repo.
Could you help me please ?
Thanks, have a great day.
William