You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is adding it as a python dependency means that installing using pip -U will install the latest PyPI versions which blows away what apt installs. I don't really like that behaviour, especially since python-git in 12.04 apt is vastly different than the new release in PyPI.
Same is true for rosws and rosdep which are also dependencies.
I think the right solution will be packaging it as a .deb and making that the default installation method.
mikepurvis
changed the title
specify dependency on pygit
specify dependency on gitpython
Sep 4, 2014
I had to install it manually.
cf. https://github.com/vcstools/vcstools/blob/a6a0ee4c9201e8bd9b7a7e28efb2c826cda7a1b2/setup.py#L23
The text was updated successfully, but these errors were encountered: