-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: tvm list command error #68
Conversation
@MaferMazu why are doc checks failing? |
Because we need to add a Reference: https://blog.readthedocs.com/use-build-os-config/ cc @Alec4r |
* chore: upgrade dependencies
I could replicate the error. Thanks, @bra-i-am and @luisfelipec95 , for this fix. ✨ |
Command tvm list worked as expected, thanks @bra-i-am |
This PR fixes the following bug: #66
It was removed the dependency
distutils
which is going to be deprecated in future Python releases in favor of packaging.version. Next, it was necessary to modify the sorter function to take care of the proper way of implementing local version labels and allow packaging.version take the version names properly and create the Version objects that will be compared for sortingTesting instructions
First, remove previous TVM versions running
pip uninstall tutor-version-manager
andsudo pip uninstall tutor-version-manager
and make sure to use Python version 10sudo pip install git+https://github.com/eduNEXT/tvm.git
tvm project init 2024 v17.0.4
tvm list
and you'll watch the errorsudo pip uninstall tutor-version-manager
sudo pip install git+https://github.com/eduNEXT/tvm.git@lfc/DS-503
tvm list
so you can watch the TVM versions installed properlyJIRA ISSUE DS-891