Closed pacospace closed 4 years ago
It is not due to the package name - PyPI automatically normalizes package names on access.
It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side.
It is not due to the package name - PyPI automatically normalizes package names on access.
It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side.
0.0.8 is not yanked, you are referring to 0.8.0 :) [2]
This is because there is no source distro, for 0.0.8
It is not due to the package name - PyPI automatically normalizes package names on access. It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side. [1] https://pypi.org/project/BentoML/0.8.0/
0.0.8 is not yanked, you are referring to 0.8.0 :) [2]
Oh, my bad :) Starting to need an extra pair of eyes :)
It is not due to the package name - PyPI automatically normalizes package names on access. It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side. [1] https://pypi.org/project/BentoML/0.8.0/
0.0.8 is not yanked, you are referring to 0.8.0 :) [2] [2] https://pypi.org/project/BentoML/0.0.8/
Oh, my bad :) Starting to need an extra pair of eyes :)
I did the exact same thing :laughing:
I'm going to add some sort of check to workflow helpers to make this error more obvious
It is not due to the package name - PyPI automatically normalizes package names on access. It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side. [1] https://pypi.org/project/BentoML/0.8.0/
0.0.8 is not yanked, you are referring to 0.8.0 :) [2] [2] https://pypi.org/project/BentoML/0.0.8/
Oh, my bad :) Starting to need an extra pair of eyes :)
you have a team :D
Describe the bug SI workflow cannot download packages correctly due to name difference, but version exists on https://pypi.org/project/BentoML/ and we solved it already (see logs). Solver is installing the packages and when finishes investigator submit SI workflow that download the package but fails.
To Reproduce Steps to reproduce the behavior: 1.Schedule SI workflow for
('bentoml', '0.0.8', 'https://pypi.org/simple')
Expected behavior SI workflow can successfully download a package.
Screenshots
Solver workflow logs finished successfuly
SI workflow failed logs
Additional context