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 am on a macbook m1. after git cloning the repo and trying to run app.py i get the following error:
Traceback (most recent call last):
File "/Volumes/Files/AI/audiocraft_plus/app.py", line 26, in
import taglib
ImportError: dlopen(/opt/homebrew/Caskroom/miniconda/base/lib/python3.10/site-packages/taglib.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '__ZN6TagLib10StringList6appendERKNS_6StringE'
The text was updated successfully, but these errors were encountered:
there is a version specific for mac os in the mac-os-fix branch. so far it seems to fix all the issues with mac systems.
try it out and let me know if it helped you
I am on a macbook m1. after git cloning the repo and trying to run app.py i get the following error:
Traceback (most recent call last):
File "/Volumes/Files/AI/audiocraft_plus/app.py", line 26, in
import taglib
ImportError: dlopen(/opt/homebrew/Caskroom/miniconda/base/lib/python3.10/site-packages/taglib.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '__ZN6TagLib10StringList6appendERKNS_6StringE'
The text was updated successfully, but these errors were encountered: