rocm install sdk using invalid web addresses
Open
Nobody has claimed this yet.
installation
- Dominant language
- Rust
- Stars
- 40
- Forks
- 9
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 59
Description
rocm install sdk is trying to install from web addresses that give HTTP 403 errors
Error: failed to resolve TheRock release wheel runtime from candidate indexes:
- https://repo.amd.com/rocm/whl/gfx103X-dgpu: HTTP 403 while fetching https://repo.amd.com/rocm/whl/gfx103X-dgpu/rocm/
- https://repo.amd.com/rocm/whl-multi-arch/gfx103X-dgpu: HTTP 403 while fetching https://repo.amd.com/rocm/whl-multi-arch/gfx103X-dgpu/rocm/
the nightly tries an address with an HTTP 404 error instead
Error: failed to resolve TheRock nightly wheel runtime from candidate indexes:
- https://rocm.nightlies.amd.com/v2/gfx103X-dgpu: HTTP 404 while fetching https://rocm.nightlies.amd.com/v2/gfx103X-dgpu/torch/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the CLI entry points for the ROCm SDK install and nightly wheel resolution, focusing on how candidate indexes are constructed. Reproduce the reported requests, then update the address selection so the SDK and nightly installs use valid endpoints and no longer return HTTP 403 or 404 errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100