fjxmlzn / FindMyHistory

Track your Apple devices and look up their past location, battery levels, and more
MIT License
291 stars 31 forks source link

ModuleNotFoundError: No module named 'tabulate' #24

Closed swells808 closed 3 months ago

swells808 commented 3 months ago

I tried to run the help command to turn off the date folder and got this message:

FindMyHistory % python3 main.py --help
Traceback (most recent call last): File "/Users/sw/FindMyHistory/main.py", line 7, in from tabulate import tabulate ModuleNotFoundError: No module named 'tabulate'

swells808 commented 3 months ago

Sorry did a second google search and saw that it needed to be installed via pip