Open BRKNCD opened 2 years ago
Does the musescore_flask_server.py server works after installing the missing click
package?
You may still have problems when using the Musescore plugin deepBachMuseScore.qml
as I used the file "/tmp/deepbach.mxl" to read and write DeepBach compositions.
You can try changing this to a Window-style file in deepBachMuseScore.qml
.
Hope this helps
No, it still gives me the error: ModuleNotFoundError: No module named 'click'
I'm not sure I can comprehend your last suggestion, I'm afraid.
I don't know how to proceed and I would really like to try out this script.
Thank you for your help!
Can you check if you are in the correct virtual environment?
Thank you so much for your help, I really appreciate it!
I tried to install the whole thing again, but unfortunately the installation process is too complicated for someone unfamiliar with either one of cmd, git, python, conda, torch, music21, and so on. Right now, I'm not able to recreate the issue with the click module I had, only because I'm stuck way before getting to that point.
This is my proceeding from the beginning:
open cmd as admin;
cd C:\Users\****\Desktop\DeepBach\DeepBach-master
to access the folder where I downloaded and extracted the zip archive
conda env create --name deepbach_pytorch -f environment.yml
this one now immediately throws me the following error:
Solving environment: failed
So at the moment I'm not even able to start the virtual environment and I can't figure out why.
Also I tried to download the dataset running the command:
bash dl_dataset_and_models.sh
but it returned me:
"bash" is not a recognized command
so I installed bash:
pip3 install bash
runned the command again:
bash dl_dataset_and_models.sh
but still it returned me:
"bash" is not a recognized command
I'm sorry if I'm wasting anyone's time, but I'm really curious to see this one working! Thank you so much
Hi, So sorry, I must admit I know nothing about how to make this work on Windows. Maybe you already have the deepbach_pytorch virtual environment created, so that you cannot create it again. Maybe using WSL https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux could help make things easier.
I know this installation is deprecated, but I really want to try the MuseScore plugin. When I run the musescore_flask_server.py command, I get the following error:
I've already installed click by running the command:
pip3.10 install click
, that succesfully installed click:my
python --version
is:Python 3.10.6