Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pip commands failing on windows #90

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

corymhall
Copy link
Contributor

Running into this while trying to roll out release verification to pulumi-aws. I was getting this error message on python tests.

ERROR: To modify pip, please run the following command:
C:\Users\runneradmin\AppData\Local\Temp\pulumi-verify-release-oTGHJ3\release-verification-py\venv\Scripts\python3.exe -m pip install pulumi-aws==6.66.2

Changing the pip command to be python3.exe -m pip fixes the issue. See this
run
.

re pulumi/ci-mgmt#1265

Running into this while trying to roll out release verification to
pulumi-aws. I was getting this error message on python tests.

```
ERROR: To modify pip, please run the following command:
C:\Users\runneradmin\AppData\Local\Temp\pulumi-verify-release-oTGHJ3\release-verification-py\venv\Scripts\python3.exe -m pip install pulumi-aws==6.66.2
```

Changing the pip command to be `python3.exe -m pip` fixes the issue. See
[this
run](https://github.com/pulumi/pulumi-aws/actions/runs/12678045378).

re pulumi/ci-mgmt#1265
@corymhall corymhall requested a review from a team as a code owner January 8, 2025 20:13
@corymhall corymhall self-assigned this Jan 8, 2025
@corymhall corymhall merged commit d1001d5 into main Jan 9, 2025
29 checks passed
@corymhall corymhall deleted the corymhall/debugging branch January 9, 2025 12:55
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v1.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants