[PYTHON] How to install music 21 on windows

Install Basically, you can install it with the pip command.

pip install music21

Try to display the score with Musescore

Install Mususcore

Set the path where Musescore is installed

us = environment.UserSettings()
us['musicxmlPath'] = 'C:/Program Files/MuseScore 3/bin/MuseScore3.exe'
us['musescoreDirectPNGPath'] = 'C:/Program Files/MuseScore 3/bin/MuseScore3.exe'

Display of sheet music

from music21 import note,stream,corpus,chord,environment,converter,midi

note = note.Note("C4", quarterLength = 1)
note.show()

Possible errors

SubConverterFileIOException: png file of xml not found. Or file >999 pages?

counter-measure On line 891 of subconverters.py Changed ʻos.system (musescoreRun)tosubprocess.run (musescoreRun). And added ʻimport subprocess to subconverters.py

reference https://stackoverflow.com/questions/53646669/unable-to-show-scores-in-music21

Recommended Posts

How to install music 21 on windows
How to install pycrypto on Windows
[Kivy] How to install Kivy on Windows [Python]
How to install richzhang / colorization on Windows 10
How to install Python [Windows]
How to quickly install h5py on Windows 10 [Unofficial]
[Python] How to install OpenCV on Anaconda [Windows]
How to install / verify graphviz on anaconda / windows10
How to install mysql-connector-python on mac
How to use Dataiku on Windows
How to install graph-tool on macOS
How to install VMware-Tools on Linux
How to install OpenCV on Mac
How to install PyPy on CentOS
How to install TensorFlow on CentOS 7
How to install Maven on CentOS
How to install Go on Ubuntu
How to install aws-session-manager-plugin on Manajro Linux
How to install drobertadams / toggl-cli on Mac
How to install packages on Alpine Linux
How to install Anisble on Amazon Linux 2
How to install Windows Subsystem For Linux
How to install Apache (httpd) on CentOS7
How to install php7.4 on Linux (Ubuntu)
How to install Eclipse GlassFish 5.1.0 on CentOS 7
How to install Apache (httpd) on CentOS8
How to install NumPy on Raspberry Pi
How to install cx_Oracle on macOS Sierra
How to install Python
How to install pip
How to install archlinux
How to install python
How to install BayesOpt
Install Anaconda on Windows 10
Install python on windows
Install pycuda on Windows10
Install pygraphviz on Windows 10
How to install Nbextensions
Install Chainer 1.5.0 on Windows
How to install Prover9
How to install OpenCV on Jetson Nano Python
How to install OpenGM on OSX with macports
How to live a decent life on 2017 Windows
How to install Camunda Modeler on Manjaro Linux
Install Numpy on virtualenv on Windows
[2020.8 latest] How to install Python
Install watchdog on Windows + Python 3.3
Install Win-Kex (kali-linux) on Windows 10.
Tabpy 1.0 (2020-01 version) How to install
Install cvxpy on windows, Anaconda
How to register on pypi
How to install mkl numpy
[Python] [Chainer] [Windows] Install Chainer on Windows
How to embed mod_wsgi into Apache on Python Windows
How to install Linux on a 32bit UEFI PC
How to install Git GUI and Gitk on CentOS
How to install caffe on OS X with macports
[AWS EC2] How to install Maven on Amazon Linux 2
How to install git on Linux such as EC2
How to run Django on IIS on a Windows server
How to operate Firefox with selenium on Windows Memo