jbh-cloud / spotify_sync

A schedulable, configurable CLI downloader for Spotify accounts
MIT License
176 stars 7 forks source link

Can't even open the script after installing it #34

Closed Tiliii closed 9 months ago

Tiliii commented 9 months ago

that's what the terminal is throwing at me after I installed it.

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/bin/spotify_sync", line 5, in from spotify_sync.main import cli File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/spotify_sync/main.py", line 5, in from spotify_sync.cli import SpotifySyncApp File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/spotify_sync/cli.py", line 7, in from spotify_sync.stats import ( File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/spotify_sync/stats.py", line 5, in from spotifysync.spotify import SpotifyService File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/spotifysync/spotify.py", line 8, in from spotify_sync.config import Config File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/spotify_sync/config.py", line 13, in from pkg_resources import resource_stream ModuleNotFoundError: No module named 'pkg_resources'

I have absolutely no idea why or how I can resolve this. I tried reinstalling, restarting my Mac, restarting terminal and so on.

Tiliii commented 9 months ago

Had to download pip setuptools.