avinassh / rockstar

Makes you a Rockstar C++ Programmer in 2 minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launch rockstar

tolsadus opened this issue · comments

Traceback (most recent call last):
File "/usr/local/bin/rockstar", line 9, in
load_entry_point('rockstar==0.5', 'console_scripts', 'rockstar')()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point
return ep.load()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/Library/Python/2.7/site-packages/rockstar/init.py", line 1, in
from .RockStar import RockStar
File "/Library/Python/2.7/site-packages/rockstar/RockStar.py", line 11, in
import git
File "/Library/Python/2.7/site-packages/git/init.py", line 6, in
from repository import Repository, InvalidRepositoryError
File "/Library/Python/2.7/site-packages/git/repository.py", line 11, in
from objects import Commit
File "/Library/Python/2.7/site-packages/git/objects/init.py", line 10, in
from .submodule import util as smutil
File "/Library/Python/2.7/site-packages/git/objects/submodule/util.py", line 3, in
from git.config import GitConfigParser
ImportError: cannot import name GitConfigParser

Hello,

I've just install rockstar, but when I try to launch rockstar, i've got an error about a GitConfigParser ?

Any ideas ?

Max.

commented

Did you try creating a repository using git init?

It seems like that's the issue.

Yes.

» rockstar --days=300
And after that I've got this error... :(

Ok i've just reinstall gitpython with pip and reinstall it... fixed.

Thanks