sunnypatell / sunnify-spotify-downloader

Sunnify is a Spotify downloader application that allows you to download entire playlists locally onto your Mac/Linux/Windows PC.
https://sunnify-spotify-downloader.vercel.app
Other
5 stars 1 forks source link

2421 segmentation fault python3 #2

Open maciej-nawrocki opened 2 months ago

maciej-nawrocki commented 2 months ago

I'm trying to set it up on Macc Sonoma 14.5 (Intel based).

I downloaded and installed python 3.12.4.

I do have pip:

pip3 --version pip 24.0 from /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip (python 3.12)

Installation went ok, without any errors. But when I exectue:

python3 Spotify_Downloader.py

I get:

[1] 2542 segmentation fault python3 Spotify_Downloader.py

sunnypatell commented 1 month ago

Install the required dependencies, after cloning the repo (cd into the parent dir) and run:

pip install -r req.txt

also run the fie natively how you would on Sonoma (syntax & message blocks are not identical for OSx CLI's)

You can also leave the codebase untouched and convert to a OSx native app using py2app or any other packaging tool.