Skip to content

Issue running musescore_flask_server.py #88

@BRKNCD

Description

@BRKNCD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions