Open KiranShahdadpuri opened 7 years ago
I am getting an error "ModuleNotFoundError: No module named 'github' " on executing the command "./github_icalendar/main.py github-ics.cfg".
Make sure you have the proper package installed.
python-pygithub If you did a system wide installation (sudo apt-get)
OR
pygithub if you're using a virtual environment (pip install pygithub)
I am getting an error "ModuleNotFoundError: No module named 'github' " on executing the command "./github_icalendar/main.py github-ics.cfg".