donnemartin/gitsome

Getting build parser error

Closed this issue · 3 comments

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

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?

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.