PacketSurf / ZSpotifyGUI

A user-friendly GUI for the ZSpotify music downloader.
https://github.com/Footsiefat/zspotify
GNU General Public License v3.0
212 stars 17 forks source link

[BUG] macOS: No module named 'Cocoa' #19

Open maciej-nawrocki opened 1 month ago

maciej-nawrocki commented 1 month ago

Describe the bug Issue occured while installing on macOS Sonoma 14.5 (Intel based)

Building launch icon in Applications..

Traceback (most recent call last):
  File "/Users/mef/Downloads/ZSpotifyGUI/build_mac_cmd.py", line 3, in <module>
    import Cocoa
ModuleNotFoundError: No module named 'Cocoa'
cp: ZSpotify.command: No such file or directory
cp: ZSpotify.command: No such file or directory

To Reproduce Steps to reproduce the behavior:

  1. Enter cd Downloads/;unzip ZSpotifyMacOs.zip; cd ZSpotifyGUI/;sudo chmod u+x install.sh;./install.sh

  2. See error

Expected behavior Just successful installation

System Info:

lalaRLH commented 1 month ago

Same issue, despite plenty of Googling nothing seems to resolve.

Screenshot 2024-08-09 at 00 46 07
Mikee7714 commented 3 weeks ago

Hello where you all ever able to find a fix to this issue