yonikremer opened a new issue, #18366:
URL: https://github.com/apache/tvm/issues/18366
Hi, I am using uv with python 3.12 on WSL to install tvm using uv pip
install apache-tvm
I get the error:
```
(flashinfer) user@yoni-laptop:/mnt/c/Users/user/PycharmProjects/flashinfer$
uv pip install apache-tvm
× No solution found when resolving dependencies:
╰─▶ Because all versions of apache-tvm have no wheels with a matching
Python ABI tag (e.g., `cp312`) and you require apache-tvm, we can conclude that
your requirements are
unsatisfiable.
hint: Pre-releases are available for `apache-tvm` in the requested
range (e.g., 0.14.dev273), but pre-releases weren't enabled (try:
`--prerelease=allow`)
hint: You require CPython 3.12 (`cp312`), but we only found wheels for
`apache-tvm` (v0.12.0) with the following Python ABI tags: `cp37m`, `cp38`,
`cp39`, `cp310`, `cp311`
```
Can you please release to pypi the wheels?
--
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]