Unable to install CLI as wheel access is blocked by corp policy #1752
sujitdmello
started this conversation in
General
Replies: 4 comments 3 replies
|
Does https://github.com/github/spec-kit?tab=readme-ov-file#option-2-one-time-usage work for you? |
1 reply
|
On a machine with PyPI access (same OS/architecture as the target machine): 1. Clone the repo2. Download all wheels into a vendor directory3. Zip it up for transferOn the constrained machine: 4. Unzip5. Install with no network access required6. Verify it worksNotes:
Could you try this and let us know if it works in your environment? |
0 replies
|
We have filed #1711 to work through the air-gapped / offline scenario. Please stay tuned! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Is there a manual / local way of installing the CLI or the Agents? I am able to clone the repo but cannot build it locally or install the CLI. uv sync and uv tool install both fail with blocked requests for wheels. This is fairly common in Enterprise settings.
All reactions