Skip to content

Conversation

@jingw
Copy link
Contributor

@jingw jingw commented Mar 7, 2018

Homebrew recently updated their python package to install Python 3 as /usr/local/bin/python, which breaks this code.

I'm using python2.7 instead of python2 because python2 doesn't exist on Mac.

Homebrew recently updated their python package to install Python 3 as /usr/local/bin/python, which breaks this code.

I'm using python2.7 instead of python2 because python2 doesn't exist on Mac.
@cakoose
Copy link
Contributor

cakoose commented Mar 7, 2018

IIRC, the intent was for this code to work under both Python 2 or Python 3. (Some people only have Python 3 installed.)

What's failing under Python 3?

@cakoose
Copy link
Contributor

cakoose commented Mar 7, 2018

Oh, nvm, I see now that a few things fail in Python 3. Lemme try and fix them.

@cakoose
Copy link
Contributor

cakoose commented Mar 7, 2018

I think #182 should get things working again...

@greg-db
Copy link
Contributor

greg-db commented Mar 7, 2018

Thanks guys!

@jingw
Copy link
Contributor Author

jingw commented Mar 7, 2018

Looks like that patch fixes things, thanks! I still had some issues with needing to reinstall dependencies on the other python, but I suppose that's not this project's problem.

@jingw jingw closed this Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants