You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
Hi Team, facing a challenge with chaostoolkit-istio. I added this dependency in "requirement.txt" ( Python dependency file) and tried creating docker image, it fails.
it shows below exception. However when I read the exception it doesn't show anything related to istio, rather logzero. When I remove chaostoolkit-istio dependency then image gets created successfully. Please help.. Thanks!
Hi Team,
Hi Team, facing a challenge with chaostoolkit-istio. I added this dependency in "requirement.txt" ( Python dependency file) and tried creating docker image, it fails.
it shows below exception. However when I read the exception it doesn't show anything related to istio, rather logzero. When I remove chaostoolkit-istio dependency then image gets created successfully. Please help.. Thanks!
#11 22.90 raise InconsistentCandidate(candidate, criterion)
#11 22.90 pip._vendor.resolvelib.resolvers.InconsistentCandidate: Provided candidate LinkCandidate('https://files.pythonhosted.org/packages/b3/68/aa714515d65090fcbcc9a1f3debd5a644b14aad11e59238f42f00bd4b298/logzero-1.7.0-py2.py3-none-any.whl#sha256=23eb1f717a2736f9ab91ca0d43160fd2c996ad49ae6bad34652d47aba908769d (from https://pypi.org/simple/logzero/)') does not satisfy SpecifierRequirement('logzero~=1.5'), SpecifierRequirement('logzero'), SpecifierRequirement('logzero~=1.5.0')
The text was updated successfully, but these errors were encountered: