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?
you can try this:
then