jarredou / MVSEP-MDX23-Colab_v2

Colab adaptation of MVSep Model for MDX23 music separation contest
268 stars 43 forks source link

Installation is asking for credentials to https://aiinfra.pkgs.visualstudio.com/ #19

Closed dragojdw closed 1 month ago

dragojdw commented 2 months ago

Trying to install the prerequisites, installing cuda with: python3 -m pip install ort-nightly-gpu --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/

and collecting protobuf fails because credentials are needed: Collecting protobuf User for aiinfra.pkgs.visualstudio.com: anonymous Password: Save credentials to keyring [y/N]: Your response ('') was not one of the expected responses: y, n Save credentials to keyring [y/N]: N WARNING: 401 Error, Credentials not correct for https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl ERROR: HTTP error 401 while getting https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl#sha256=a55c48f2a2092d8e213bd143474df33a6ae751b781dd1d1f4d953c128a415b25 (from https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/protobuf/) (requires-python:>=3.8) ERROR: Could not install requirement protobuf from https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl#sha256=a55c48f2a2092d8e213bd143474df33a6ae751b781dd1d1f4d953c128a415b25 (from ort-nightly-gpu) because of HTTP error 401 Client Error: Unauthorized for url: https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl for URL https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl#sha256=a55c48f2a2092d8e213bd143474df33a6ae751b781dd1d1f4d953c128a415b25 (from https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/protobuf/) (requires-python:>=3.8)

deton24 commented 2 months ago

From what I found, that package doesn't need to be used anymore as the changes from the nightly made into the official release.

Check if that works:

python3 -m pip -q install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/

It was already tested in KaraFan Colab to fix some acceleration issues before.

pt., 23 sie 2024 o 03:11 dragojdw @.***> napisał(a):

Trying to install the prerequisites, installing cuda with: python3 -m pip install ort-nightly-gpu --index-url= https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/

and collecting protobuf fails because credentials are needed: Collecting protobuf User for aiinfra.pkgs.visualstudio.com: anonymous Password: Save credentials to keyring [y/N]: Your response ('') was not one of the expected responses: y, n Save credentials to keyring [y/N]: N WARNING: 401 Error, Credentials not correct for https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl ERROR: HTTP error 401 while getting https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl#sha256=a55c48f2a2092d8e213bd143474df33a6ae751b781dd1d1f4d953c128a415b25 (from https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/protobuf/) (requires-python:>=3.8) ERROR: Could not install requirement protobuf from https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl#sha256=a55c48f2a2092d8e213bd143474df33a6ae751b781dd1d1f4d953c128a415b25 (from ort-nightly-gpu) because of HTTP error 401 Client Error: Unauthorized for url: https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl for URL https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/d3daa2b0-aa56-45ac-8145-2c3dc0661c87/pypi/download/protobuf/5.27.3/protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl#sha256=a55c48f2a2092d8e213bd143474df33a6ae751b781dd1d1f4d953c128a415b25 (from https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/protobuf/) (requires-python:>=3.8)

— Reply to this email directly, view it on GitHub https://github.com/jarredou/MVSEP-MDX23-Colab_v2/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJ3EHF5QW2NMNYXUCLIVP3ZS2D4NAVCNFSM6AAAAABM7GRB2CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DEMBVGE4DMNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dragojdw commented 2 months ago

This worked for me, thanks! Now I need to figure out how to make this work with https://github.com/ZFTurbo/MVSEP-MDX23-music-separation-model !

jarredou commented 1 month ago

The requirements.txt was updated to use latest version of onnxruntime-gpu and doesn't rely anymore on this nightly build.