ak setup pip writes index-url https://host/api/v1/pypi//simple/ but the backend serves format wire protocols at the root (e.g. /pypi//simple/), so pip gets 404s until the config is hand-edited. Presumably affects the other setup subcommands too. Fix the base path (or discover it from the server).
ak setup pip writes index-url https://host/api/v1/pypi//simple/ but the backend serves format wire protocols at the root (e.g. /pypi//simple/), so pip gets 404s until the config is hand-edited. Presumably affects the other setup subcommands too. Fix the base path (or discover it from the server).