On Friday, August 1, 2025 at 09:03:49 AM PDT, Julie Mitchell via Jukebox-list jukebox-list@lists.netlojix.com wrote:
For Mac folks, open a terminal, use cd commands to get into the right folder and then type
python3 jukiebox_labels.py sample.csv
I got this error:
$ python3 jukiebox_labels.py sample.csv Traceback (most recent call last): File "/Users/db646c/Downloads/title_strips/jukiebox-main/jukiebox_labels.py", line 6, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas'$
I just installed python on its own. I take it I need to install anaconda?