Skip to content

Visual C++ 9.0 for Python 2.7? #26361

Answered by nedbat
nedbat asked this question in Actions
Discussion options

You must be logged in to vote

I found this solution, which works:

      - name: "Install Visual C++ for Python 2.7"
        if: runner.os == 'Windows'
        run: |
          choco install vcpython27 -f -y

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant