pytti-tools / pytti-notebook

Start here
https://pytti-tools.github.io/pytti-book/intro.html
MIT License
110 stars 26 forks source link

Error, this used to work, but now after two attempts with same error, it doesn't. #65

Open enuminous opened 1 year ago

enuminous commented 1 year ago

ModuleNotFoundError Traceback (most recent call last) in <cell line: 4>() 2 #@markdown Results will be saved in a subdirectory of frames_dir named "interpolated_frames" 3 ----> 4 from loguru import logger 5 6 logger.info("Beginning interpolation...")

ModuleNotFoundError: No module named 'loguru'

BeniRabi commented 1 year ago

Getting the same problem...