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:
C:\Users\****\Desktop\DeepBach\DeepBach-master>musescore_flask_server.py
Traceback (most recent call last):
File "C:\Users\****\Desktop\DeepBach\DeepBach-master\musescore_flask_server.py", line 4, in <module>
import click
ModuleNotFoundError: No module named 'click'
C:\Users\Gian\Desktop\DeepBach\DeepBach-master>
I've already installed click by running the command: pip3.10 install click, that succesfully installed click:
Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Requirement already satisfied: colorama in c:\users\****\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages (from click) (0.4.5)
Installing collected packages: click
Successfully installed click-8.1.3
[notice] A new release of pip available: 22.2.1 -> 22.2.2
[notice] To update, run: C:\Users\****\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip
my python --version is: Python 3.10.6
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 --versionis:Python 3.10.6