tuxbotix opened a new issue, #15331: URL: https://github.com/apache/tvm/issues/15331
### Expected behavior The following should work (tried python 3.8, 3.10, 3.11). ``` pip install apache-tvm==0.12.0 ``` ### Actual behavior The installation failed and pip install without version goes to `0.11.1`. Turns out, the only build `0.12.0` artefacts are for `aarch64` https://pypi.org/project/apache-tvm/#files . ```bash test_tvm [🐍 v3.10.12(.venv)] ❯ pip install apache-tvm==0.12.0 ERROR: Could not find a version that satisfies the requirement apache-tvm==0.12.0 (from versions: 0.9.0, 0.10.0, 0.11.1, 0.13.dev248, 0.13.dev276, 0.13.dev295, 0.14.dev9, 0.14.dev10, 0.14.dev16, 0.14.dev36) ERROR: No matching distribution found for apache-tvm==0.12.0 ``` ### Environment Fedora 38, Python 3.10 (also tried 3.8, 3.11). Latest pip. TVM 0.12.0 was expected* ### Steps to reproduce Try the following on a `x86_64` machine running Python 3.10 or 3.11; ``` pip install --upgrade pip pip install apache-tvm==0.12.0 ``` Will return an error as shown above. ### Triage Please refer to the list of label tags [here](https://github.com/apache/tvm/wiki/Issue-Triage-Labels) to find the relevant tags and add them below in a bullet format (example below). * needs-triage -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
