Ankit Chaudhary

Results 2 comments of Ankit Chaudhary

Hey Nathan, Thanks for the reply :smiley: . I tried today what you asked but unfortunately it doesn't seem to help. I don't see the version incompatible error anymore, as...

We had the same issue and we tricked the python installer action for our hosted macos (arm) runner using: ``` - uses: actions/setup-python@v4 with: python-version: "3.11" architecture: x64 ``` You...