-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 Installation instructions #18
Comments
Hi @PharaohsVizier |
I think that might be one of the challenges. After pip installation, the pianoplayer folder in site-packages doesn't have a bin folder with the pianoplayer file. After a search, I'm quite convinced it's nowhere. |
I'm unclear as to why, but once I cd into that directory and Thanks for making this! |
Thanks @PharaohsVizier for your input! so this starts the GUI normally on my system: Note that you need to have musescore executable in your path, otherwise you can just open the I´ll leave this open and pinned in case it turns useful to other users. |
"generate" exports the invalid file that musescore does not read. There is no information that you can't use a newer version of python from 3.6, and you cant, because vtk will prevent installation of the package. execution file would be a step forward, because it's a terrible nuisance. |
This is due to my poor familiarity with windows.. |
Hi, I am also using windows and new to python. I was able to get pianoplayer to launch from the bin folder I dragged over to site-packages/pianoplayer folder. I am also able to generate the output.xml which is output in the bin folder from before. When I try Musescore I get an error and I guess it is because I do not have the musescore executable in my path which I don't know exactly how to do. The output looks just fine when I manually open it with musescore. My main thing is wanting to see it on the 3D player. When I press the 3D Player button I get this error: Exception in Tkinter callback Any help would be appreciated, mainly for the 3D player. |
Hi @CtrlP1 are you sure you have the latest version of the module? Try Check out #27 for more info about setting paths. The 3D player at the moment has a few things I need to improve (especially the sound..), I hope i'll have more free time by the end of this month to fix them. |
I checked and do have the latest version and I also added "C:\Program Files\MuseScore 3\bin" but I still get this error: |
Howdy AnsonLai, do you still use this program? was hoping you could chime in on this issue since you're also using windows. Any help would be greatly appreciated, thanks. |
Unfortunately I never took that extra step of using Musescore, I was purely interested in the output.xml for a few specific files. Sorry! |
I'm trying to get this set up on a Windows 10 machine and since I don't know what I'm doing I'm having a bit of trouble. I set up a virtualenv and pip installed pianoplayer. I was hoping to just run pianoplayer 123.xml to get some results.
When I run pianoplayer, I get:
'pianoplayer' is not recognized as an internal or external command, operable program or batch file.
I tried to run the script directly from what I could find, but I get:
can't find '__main__' module
as an error.Just wondering if I absolutely need Anaconda, I'm running on plain python for now. Thanks!
The text was updated successfully, but these errors were encountered: