Open
Description
I'm running Windows 10 and Python 3.8.2
In case you face a similar issue when starting the generators video. My path to util.create_utils could not be found. I had to add the path when executing the script. Please see below
12_generatory.py
import os, sys
currentdir = os.path.dirname(os.path.realpath(__file__))
parentdir = os.path.dirname(currentdir)
sys.path.append(parentdir)
from m01_basics.util.create_utils import (
create_device,
create_devices,
create_devices_gen,
)
import time
if __name__ == "__main__":
Metadata
Metadata
Assignees
Labels
No labels