-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Pip has trouble installing MidiProcessor:
git clone https://github.com/btyu/MidiProcessor.git
cd MidiProcessor
pip install .
Processing /mnt/c/Users/prent/OneDrive/Documents/GitHub/muzic/MidiProcessor
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
The complete error message is in the attached text file. It complains about ModuleNotFoundError: No module named 'miditoolkit'
But I have miditoolkit installed.
python
Python 3.11.3 (main, Apr 5 2023, 00:00:00) [GCC 13.0.1 20230401 (Red Hat 13.0.1-0)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import miditoolkit
>>> quit()
[MidiProcessorError.txt](https://github.com/btyu/MidiProcessor/files/11643550/MidiProcessorError.txt)
Metadata
Metadata
Assignees
Labels
No labels