xylucien / MusicalKits_Converter

My personal Flask project
1 stars 0 forks source link

bug within music21 itself #76

Closed xylucien closed 4 years ago

xylucien commented 4 years ago

I have found the problem as to why image conversion is unsuccessful sometimes. See links below: https://www.gitmemory.com/issue/cuthbertLab/music21/419/514631912 https://gitmemory.com/issue/cuthbertLab/music21/419/514706340 AttributeError: 'Rest' object has no attribute 'hideObjectOnPrint' is the error message I get every time I encounter this error. Although the developer states that it will be fixed in his next push, at least it persists in my version for now.

xylucien commented 4 years ago

So it is fixed in the master branch, which should have included in ver 5.7.2 (which is what I have), but it does not work for me.

xylucien commented 4 years ago

i double checked my local music21 lib and this is not fixed yet. The music21 master branch, however, have this fixed.

xylucien commented 4 years ago

this is really really weird. I have downloaded version 5.7.2 (proved by using pip3 show music21), but when I look into the package code locally the line is still not fixed. But when I look from github release page, the line in ver 5.7.2 is already fixed.

xicheng87 commented 4 years ago

Well there might have been differences between your download and the github, I suspect that the master branch has not been released. Typically what happen in software development is that you have a "master" branch which includes the latest and greatest, but the release version is behind because it is meant to be stable and contain less bugs.

xylucien commented 4 years ago

anyways, this won't be a problem once I figure out how to get musescore installed on the server