Skip to content

Use --find-links for MLIR-AIE and LLVM-AIE wheel sources#107

Open
x4v13r64 wants to merge 1 commit intoamd:develfrom
x4v13r64:fix/pin-package-indexes
Open

Use --find-links for MLIR-AIE and LLVM-AIE wheel sources#107
x4v13r64 wants to merge 1 commit intoamd:develfrom
x4v13r64:fix/pin-package-indexes

Conversation

@x4v13r64
Copy link
Copy Markdown

The GitHub Release URLs for mlir_aie and llvm-aie are currently added as --extra-index-url entries alongside PyPI. This means pip queries all indexes for all packages, which can cause resolution issues when the same package name exists on multiple indexes at different versions. Switching to --find-links adds the wheel files as candidates without creating a competing package index.

Replace --extra-index-url with --find-links for the GitHub Release
wheel sources. This avoids adding them as full package indexes that
pip queries for all packages. The CPU-only PyTorch index is kept as
an --extra-index-url since it serves a standard PEP 503 index.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant