Skip to content
Discussion options

You must be logged in to vote

Do you have proper installation of python and pip? Many windows users don't have.

It's best to use virtual environments.

Step 1. Create a virtual environment and activate it (tutorial )
Step 2. Run python --version and pip --version to check if everything all right.
Step 3. Run pip list to see list of packages installed
Step 4. Run pip install --upgrade PyGitHub
Step 5. To check if the installation succeeded, run pip show PyGitHub

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Captain8771
Comment options

Answer selected by s-t-e-v-e-n-k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1963 on May 30, 2021 09:10.