donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.59k stars 439 forks source link

Getting build parser error #70

Closed mridulbirla closed 8 years ago

mridulbirla commented 8 years ago

Hello,

I am installing gitsome using "$ sudo -H pip3 install gitsome" command on my Mac but i am getting below exception. Can any help me in resolving this issue?

https://gist.github.com/mridulbirla/8fe1f17f701bf3c084419a292507993a

donnemartin commented 8 years ago

Hi @mridulbirla, thanks for the bug report.

From your gist:

installing to build/bdist.macosx-10.6-intel/wheel

I don't think this is the case but just checking, are you installing this on OS X 10.6? What version of OS X?

It looks like you might be running Python 3.6?

Can you paste the output of pip freeze?

mridulbirla commented 8 years ago

Output of pip3 freeze : https://gist.github.com/mridulbirla/afeed7e43ca765e259d8413dafbe7a8a OS X version: 10.11.5

donnemartin commented 8 years ago

Hmm, I'm not able to reproduce this.

virtualenv==15.0.2

I noticed you have virtualenv installed. Can you try installing a fresh virtual environment to rule out potential issues with dependencies or permissions? Here are the virtualenv install instructions.