Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "No module Found" error #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 6, 2022

  1. Fix "No module Found" error

    To fix the error
    
    ```Traceback (most recent call last):
      File "/home/pi/nfl-led-scoreboard/main.py", line 6, in <module>
        from data.data import Data
      File "/home/pi/nfl-led-scoreboard/data/data.py", line 3, in <module>
        import nfl_api_parser as nflparser
    ModuleNotFoundError: No module named 'nfl_api_parser'```
    
    We need to add a "data." that python3 can find the module.
    MedizinPumPer committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    9c9c00c View commit details
    Browse the repository at this point in the history