mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-09 15:02:25 -05:00
Virtual Environment fail #4
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 @hpssjellis on GitHub (Jul 25, 2025).
@profvjreddi
For me on both Windows and Linux Tito complains about a virtual environment not being setup, but there doesn't seem to be instructions to set it up. The installation code possibly tried to auto activate it, but I can't find the code that would do the activation.
It looks like
venvshould be in created in the modules/source folder, but when I create it, tito still complains.I tried in the TinyTorch/modules/source folder:
Using the online binder, tito also fails, but can be installed using
!pip install titoand then!tito testwhich runs but also fails when it can't find the correct virtual environment.Here is the original binder code that fails
Gives the error
For binder I did find that the tito folder is in the main folder not the tinyTorch folder.
Observation:
I can make a .ipynb file by loading a blank one and running a cell with
%load modules/source/01_setup/setup_dev.pyMy windows machine needed to install VScode C++ Dev tools about 6 GB
NodeJS was also expected to be installed
I haven't really done much with jupyter notebooks for about a decade so I might have done something silly.
@profvjreddi commented on GitHub (Oct 25, 2025):
Hey @hpssjellis, this issue should be fixed, but nonetheless, hold on tight for another few weeks until I drop the v0.1 release.