I installed successfully with pip3 install github_traffic_stats2 (Ubuntu 18.04),
but when running github_traffic_stats I get the following error.
$ github_traffic_stats
Traceback (most recent call last):
File "/usr/local/bin/github_traffic_stats", line 7, in <module>
from github_traffic_stats2.github_traffic_stats import main
ModuleNotFoundError: No module named 'github_traffic_stats2'
Edit: With cloning and running the script directly I don't get this error. Seems to be an issue with the installation via pip.
Hello, thank you very much for this python tool.
I installed successfully with
pip3 install github_traffic_stats2
(Ubuntu 18.04), but when runninggithub_traffic_stats
I get the following error.Edit: With cloning and running the script directly I don't get this error. Seems to be an issue with the installation via pip.