Skip to content

module not found #1

@retorquere

Description

@retorquere

running the sample code

from musicxml_parser.scoreToPianoroll import scoreToPianoroll
score_path = "test.xml"
quantization = 16
pianoroll, articulation = scoreToPianoroll(score_path, quantization)

gives me this error:

Traceback (most recent call last):
  File "/Users/emile/Documents/./mxl2dtx", line 26, in <module>
    from musicxml_parser.scoreToPianoroll import scoreToPianoroll
  File "/usr/local/lib/python3.9/site-packages/musicxml_parser/scoreToPianoroll.py", line 23, in <module>
    from Musicxml_parser.smooth_dynamic import smooth_dyn
ModuleNotFoundError: No module named 'Musicxml_parser'

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