You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the dependencies and then ran rake install. Then I tried to open a .ogg file, but it ends with an error. The same file opens just fine if this program is ran from source.
Environment: MacOS 12.1, Apple M1 Pro
Error as follows:
Unable to parse auxesia.ogg: /Library/Developer/CommandLineTools/usr/bin/python3: can't open file '/Library/Ruby/Gems/2.6.0/gems/ogg_album_tagger-0.1.2/lib/ogg_album_tagger/../../bin/ogg-json.py': [Errno 2] No such file or directory
auxesia.ogg does not seems to be a valid ogg file.
The text was updated successfully, but these errors were encountered:
Hum, it looks like I might have forgotten to add bin/ogg-json.py to the spec.files array in ogg_album_tagger.gemspec, which certainly prevents rake install to install that file.
Could you try that?
I installed the dependencies and then ran
rake install
. Then I tried to open a .ogg file, but it ends with an error. The same file opens just fine if this program is ran from source.Environment: MacOS 12.1, Apple M1 Pro
Error as follows:
Unable to parse auxesia.ogg: /Library/Developer/CommandLineTools/usr/bin/python3: can't open file '/Library/Ruby/Gems/2.6.0/gems/ogg_album_tagger-0.1.2/lib/ogg_album_tagger/../../bin/ogg-json.py': [Errno 2] No such file or directory
auxesia.ogg does not seems to be a valid ogg file.
The text was updated successfully, but these errors were encountered: