In the line 12 of trainYOLOv8Wrapper.py: `results = self.model.train(data= config, epochs=epochs, imgsz=self.imgSize, pretrained=true)` The boolean value true is incorrect in Python—it should be capitalized as True.