Posted November 15, 2018

When Im trying to launch gogrepo.py with python 3, I get this error:
Traceback (most recent call last):
File "./gogrepo.py", line 42, in <module>
import OpenSSL
ModuleNotFoundError: No module named 'OpenSSL'

Traceback (most recent call last):
File "./gogrepo.py", line 40, in <module>
import requests
ImportError: No module named requests

Edit: oh, and openssl you'll need.
Post edited November 15, 2018 by kohlrak