Я пытаюсь установить https://github.com/vishnubob/python-midi
У меня установлен git: git версии 2.47.1.windows.1
python-midi имеет настройку Файл .py
Я пробовал:
Collecting git+https://github.com/python-midi/pip
Cloning https://github.com/python-midi/pip to c:\users\timhu\appdata\local\temp\pip-req-build-cq0vrxk9
Running command git clone --filter=blob:none --quiet https://github.com/python-midi/pip 'C:\Users\timhu\AppData\Local\Temp\pip-req-build-cq0vrxk9'
info: please complete authentication in your browser...
remote: Repository not found.
fatal: repository 'https://github.com/python-midi/pip/' not found
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/python-midi/pip 'C:\Users\timhu\AppData\Local\Temp\pip-req-build-cq0vrxk9' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/python-midi/pip 'C:\Users\timhu\AppData\Local\Temp\pip-req-build-cq0vrxk9' did
not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[notice] A new release of pip is available: 23.0.1 -> 24.3.1
[notice] To update, run: python.exe -m pip install --upgrade pip
Я пытаюсь установить https://github.com/vishnubob/python-midi У меня установлен git: git версии 2.47.1.windows.1 python-midi имеет настройку Файл .py Я пробовал: [code]PS D:\python_dev> pip install git+https://github.com/python-midi/pip [/code] Я получил: [code]Collecting git+https://github.com/python-midi/pip Cloning https://github.com/python-midi/pip to c:\users\timhu\appdata\local\temp\pip-req-build-cq0vrxk9 Running command git clone --filter=blob:none --quiet https://github.com/python-midi/pip 'C:\Users\timhu\AppData\Local\Temp\pip-req-build-cq0vrxk9' info: please complete authentication in your browser... remote: Repository not found. fatal: repository 'https://github.com/python-midi/pip/' not found error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/python-midi/pip 'C:\Users\timhu\AppData\Local\Temp\pip-req-build-cq0vrxk9' did not run successfully. │ exit code: 128 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/python-midi/pip 'C:\Users\timhu\AppData\Local\Temp\pip-req-build-cq0vrxk9' did not run successfully. │ exit code: 128 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[notice] A new release of pip is available: 23.0.1 -> 24.3.1 [notice] To update, run: python.exe -m pip install --upgrade pip [/code] [code]PS D:\python_dev> [/code] Знаете, пожалуйста, в чем я ошибаюсь?