pavansai
pavansai
Hi, @dmitry-shibanov Thanks for responding quickly, It is a 64-bit Linux VM, and what do you mean by Binaries here? I haven't specified RUNNER_TOOL_CACHE or AGENT_TOOLSDIRECTORY
This is what i am using - name: Set up Python 3.8 uses: actions/setup-python@v3 with: python-version: "3.8.16" architecture: x64 env: AGENT_TOOLSDIRECTORY: /opt/github/actions-runner/_work/_tool/Python/3.8.16/x64
@dmitry-shibanov Still getting the same error
- 2023-01-12T12:57:28.9311395Z ##[debug]Python is expected to be installed into /opt/github/actions-runner/_work/_tool 2023-01-12T12:57:28.9315258Z ::group::Installed versions 2023-01-12T12:57:28.9315533Z ##[group]Installed versions 2023-01-12T12:57:28.9318957Z ##[debug]Semantic version spec of 3.8 is 3.8 2023-01-12T12:57:28.9322447Z ##[debug]isExplicit: 2023-01-12T12:57:28.9323778Z ##[debug]explicit? false 2023-01-12T12:57:28.9327475Z...
Its as redhat Linux VM, I have did yum update and yum install -y redhat-lsb-core, Now getting the below error Version 3.8 was not found in the local cache Error:...