ModuleNotFoundError: No module named 'magenta.protobuf' but I have installed it

1.1k Views Asked by At

I run in the magenta environment on my iMac the python file and I get the error:

ModuleNotFoundError: No module named 'magenta.protobuf'

Though I have tried:

  • pip install protobuf
  • pip3 install protobuf
  • pip install protobuf-compiler
  • pip3 install protobuf-compiler

Could anyone please help?

1

There are 1 best solutions below

0
On

you can try this:

pip install note-seq

then

import note_seq.protobuf