mikemountain/nfl-led-scoreboard

No module named 'nfl_api_parser'

habeckmatt opened this issue · 3 comments

Traceback (most recent call last):
File "main.py", line 6, in
from data.data import Data
File "/home/pi/nfl-led-scoreboard/data/data.py", line 3, in
import nfl_api_parser as nflparser
ModuleNotFoundError: No module named 'nfl_api_parser'

This is the error message being returned. Any clue what this is?

hey man, sorry for the mega delay on getting to this - do you still have this issue? I'm wondering if the packages didn't get installed properly

@habeckmatt any chance you were running in python3 by mistake? this project is written in python2, the running in python3 will give you these types of import exceptions

Should be fixed with the latest master changes