Skip to content

could not resolve dependencies #5

@Jerimee

Description

@Jerimee

Hi, I’m seeing an import-time error right after installing Maelzel into a fresh project. I'm no computer scientist so feel to disregard this as user error :)

import maelzel.core fails: AttributeError: module 'csoundengine' has no attribute 'instr'

File ".../site-packages/maelzel/core/presetdef.py", line 96, in _parseAudiogen inlineargs = csoundengine.instr.instrtools.parseInlineArgs(audiogenlines) AttributeError: module 'csoundengine' has no attribute 'instr'

Environment

  • OS: Linux, CLI-only (no desktop/X)
  • Python: 3.12 (project .venv)
  • uv: 0.8.4
  • Maelzel: installed via uv add maelzel
  • Csound: 6.18 (csound --version)
  • Tkinter present (python3 -c "import tkinter; print(tkinter.TkVersion)" → 8.6)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions