[Bug]pip install apache-tvm
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first :smile_cat:
Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.
Expected behavior
$ pip install apache-tvm
success
Actual behavior
$ pip install apache-tvm
ERROR: Could not find a version that satisfies the requirement apache-tvm (from versions: none)
ERROR: No matching distribution found for apache-tvm
Environment
- windows 13th Gen Intel(R) Core(TM) i5-1345U 1.60 GHz
- python I have tried 3.9.19, 3.10.14, and 3.12.4, but no one worked.
consider to change your ubuntu software source that download from
Hi, I tried, however, it didn't work.
I am having the same issue: I can't download the apache-tvm module through pip. I am on a MacBook M2.
Hi All, from this conversation: https://stackoverflow.com/questions/78256304/why-is-apache-tvm-available-for-python-3-10-but-not-python-3-12 it is supported only for python releases that are older than the latest release of tvm to pip which is in 2023: https://pypi.org/project/apache-tvm/
Two ways to fix this:
- update pip package to support new python versions
- drop official support of pip from the documentation
Thank you!
latest version of tvm is 0.20.0, however https://pypi.org/project/apache-tvm/ is 0.12.0. How about release a new version? Why not add a github workflow to do it automatically?