EONRaider / blackhat-python3

Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
2.02k stars 414 forks source link

error installing github3.py #3

Closed merrick424 closed 4 years ago

merrick424 commented 4 years ago

The original code that Blackhat Python used was python 2.7. Now i get an error when installing github3.py error installing github3 py on python3. How do we resolve this issue?

EONRaider commented 4 years ago

From the look of it it does seem you have some sort of connection issue. I don't think its related to the package at all. The documentation for the library is here: https://github3.readthedocs.io/en/master/

I just installed it using pip install github3.py and it worked fine.