setup-python
setup-python copied to clipboard
Set up your GitHub Actions workflow with a specific version of Python
**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...
**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...
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...
**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...
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...
**Description:** A not up to date pip is installed and an error generated based on the Notice in the logs  This should wholly be a warning like the other...
### 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:...
**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]...
**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...
### 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...