lukearran / TvTimeToTrakt

A Python script to import TV Time data into Trakt.TV
MIT License
147 stars 17 forks source link

Unable to find trakt.core #30

Closed shackrock closed 1 year ago

shackrock commented 1 year ago

Hi, I get the error on run for line nine:

import trakt.core

Traceback (most recent call last):
  File "c:\tvtimetotrakt\timetotrakt.py", line 9, in <module>
    import trakt.core
ModuleNotFoundError: No module named 'trakt'

Any ideas?

shackrock commented 1 year ago

Sorry, missed this part on the instructions, oops! =)

python -m pip install -r requirements.txt