aibrix
aibrix copied to clipboard
Failed to build inifistore images from test pypi
🐛 Describe the bug
We have an infinistore patch version to accept gid, this is now just released in test PYPI. I meet some issue to install it
Steps to Reproduce
run command like above
Expected behavior
it should run successfully
Environment
python 3.10
1st try
--extra-index-url doesn't help a lot since test is still preferred
2nd try - download to local and use default registry for dependencies - work!
wget https://test-files.pythonhosted.org/packages/f5/57/7013d0deee8b5a0e8cfd5a51bcc8be2084fc0ab8589586fb5e19687efe99/infinistore-0.2.41-cp310-cp310-manylinux_2_28_x86_64.whl
pip3 install infinistore-0.2.41-cp310-cp310-manylinux_2_28_x86_64.whl