-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
pypy3.11 under GitHub Actions's windows-latest fails to install pylint≥3.3.5 #10327
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
Comments
Linking cpplint/cpplint#334, where we discovered this problem |
It seems there's a typo in your requirements: |
@Pierre-Sassoulas Apologies, but that was only a typo in filling this issue. Our actual requirements at https://github.com/cpplint/cpplint/pull/334/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R45 correctly say 3.3.5, and the logs under the "Pylint output" section also correctly say 3.3.5. It says |
Maybe due to a transitive dependency in windows ( |
Successfully installed astroid-3.3.9 colorama-0.4.6 dill-0.3.9 isort-6.0.1 mccabe-0.7.0 platformdirs-4.3.7 pylint-3.3.6 tomlkit-0.13.2 There's no problem installing pylint under pypy3.11 on my (emulated) Windows machine (logs above); the problem just mysteriously appears in GitHub Actions. |
Sound like a hard to troubleshoot problem involving github actions and or pypi, and not pylint directly, what do you think ? |
Would there be a better place to ask this? The GitHub community discussions forum is kinda dead. Some ways to troubleshoot would also be nice. |
Does it happens frequently ? If so it might be a caching issue in your action. Because if was a cache issue with pypi, it would have been caught if it was frequent (and if it's rare then it's probably easier to hit refresh than to fill an issue with the pypi team with enough details for it to be actionnable). |
It always happens. It happened for every run in that PR across weeks. |
This strongly suggest a problem with the github action and not pypi/pylint, so I'm going to close, but good luck with the debugging :) |
Uh oh!
There was an error while loading. Please reload this page.
Bug description
Configuration
Command used
Pylint output
Expected behavior
It would install 3.3.5
Pylint version
OS / Environment
Current runner version: '2.323.0'
Operating System
Microsoft Windows Server 2022
10.0.20348
Datacenter
Runner Image
Image: windows-2022
Version: 20250330.1.0
Included Software: https://github.com/actions/runner-images/blob/win22/20250330.1/images/windows/Windows2022-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20250330.1
Runner Image Provisioner
2.0.422.1
Full runner logs seen at https://github.com/cpplint/cpplint/actions/runs/14233489310/job/39888515167?pr=334
Additional dependencies
The text was updated successfully, but these errors were encountered: