github-icalendar icon indicating copy to clipboard operation
github-icalendar copied to clipboard

Error on executing project

Open KiranShahdadpuri opened this issue 8 years ago • 1 comments

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

KiranShahdadpuri avatar Sep 16 '17 18:09 KiranShahdadpuri

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)

rsip22 avatar Sep 28 '17 07:09 rsip22