setup-python icon indicating copy to clipboard operation
setup-python copied to clipboard

Set up your GitHub Actions workflow with a specific version of Python

Results 178 setup-python issues
Sort by recently updated
recently updated
newest added

**Description:** Version 3.10 was not found in the local cache Error: Version 3.10 with arch x[6] **Action version:** Latest **Platform:** - Ubuntu **Runner type:** - Self-hosted **Tools version:** 3.10, I...

bug

**Description:** Unable to setup-python@v4. Fails on downloading pip packages, was working yesterday, but the same workflow fails today. Update: Also appears that yesterday it successfully upgraded pip to 24.0 so...

bug

Maybe related, but not really: #816 --- **Description:** I expect this action to create the directory for the pip cache, when I use `cache: pip`, but instead it displays this...

bug

**Description:** I'm building a composite Action which uses `actions/setup-python` internally. When specifying the `requirements.txt` from the action setting up Python fails, though I thiiink I'm passing the right values. Here's...

feature request

Sorry, I am not 100% sure this is the correct place for my question/issue. The Python build offered by setup-python on macOS is not a so-called "Framework build". This prohibits...

enhancement
needs eyes

**Description:** A not up to date pip is installed and an error generated based on the Notice in the logs ![image](https://github.com/actions/setup-python/assets/2403652/39a074c7-aa38-4b8d-9500-6e7a836448c8) This should wholly be a warning like the other...

bug

### Description Thanks for getting macOS-13 up and running! I just gave it a quick spin on my project. Every single one of our jobs starts with ``` - task:...

needs eyes
feature request

**Description:** Python 3.8 and 3.9 on macOS no longer work, and actions complains about them not being a real version. **Action version:** Latest **Platform:** - [ ] Ubuntu - [x]...

bug

**Description:** I'm encountering a strange issue related to caching the Python installation. I'm using `actions/[email protected]` to install Python, then `actions/[email protected]` to cache the `env.pythonLocation` directory, similar to [this blog](https://blog.allenai.org/python-caching-in-github-actions-e9452698e98d). This...

feature request

### Description For my use-case I need to uninstall homebrew in order to prevent dependencies on homebrew-specific versions of libraries. After doing this, I noticed that python 3.10 fails to...

bug