mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-22 05:53:13 -05:00
[GH-ISSUE #1085] tito setup needs Python 3.10 instead of 3.8+ #13432
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KarthikDani on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1085
I ran
tito setupwith Python version3.9.6but I got the following error.The
install.shrequires 3.8+ but the Python pipe operator seems to have been introduced in3.10, please update the script for checking version comptibility :)I've been searching such a thing since years and now I have it. Consider me I love this initiative, thank you very much.
Best,
Karthik.
@KarthikDani commented on GitHub (Dec 25, 2025):
Please check this PR. I've fixed
install.sh