dpocock / github-icalendar

Render Github issues as iCalendar feed
http://danielpocock.com/github-issues-as-an-icalendar-feed
GNU General Public License v3.0
21 stars 6 forks source link

Error on executing project #11

Open KiranShahdadpuri opened 7 years ago

KiranShahdadpuri commented 7 years ago

I am getting an error "ModuleNotFoundError: No module named 'github' " on executing the command "./github_icalendar/main.py github-ics.cfg".

rsip22 commented 7 years ago

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)