• Stefy Lanza (nextime / spora )'s avatar
    Document audiocraft incompatibility with Python 3.13 · f28cca78
    Stefy Lanza (nextime / spora ) authored
    audiocraft (MusicGen) is NOT compatible with Python 3.13 due to:
    - audiocraft → spacy → thinc → blis
    - blis fails to compile with GCC errors: unrecognized '-mavx512pf' option
    - This is a known issue with blis and newer GCC/Python versions
    
    Updated requirements.txt to:
    - Remove audiocraft from direct dependencies
    - Add note about Python 3.13 incompatibility
    - Suggest using Python 3.12 or lower for audiocraft
    - Or use a separate Python 3.12 environment for music generation
    f28cca78
Name
Last commit
Last update
static Loading commit data...
templates Loading commit data...
EXAMPLES.md Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
SKILL.md Loading commit data...
requirements.txt Loading commit data...
videogen Loading commit data...
videogen_mcp_server.py Loading commit data...
videogen_models.json Loading commit data...
webapp.py Loading commit data...