-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First run problem Python2.7 - unexpected keyword argument 'syntax' #130
Comments
Looks like #47, but you have latest pip. It's working for me with:
Try moving example.py to a completely different directory, and running it from there. It's may be there's some import confusion between the installed pychromecast and the pychromecast directory in the current working directory. |
Have you also installed protobuf with homebrew? Have a look at this. |
Stumbled across #130 and #47. Ended up sticking with Python3 (was simply testing Python 2.7) but did see https://github.com/skorokithakis/catt which documents that catt version 0.5.6 has python 2 support in case anyone really needs Python 2.7 support. |
Pychromecast is Python 3 only since quite some time |
I'm getting the following error running the ./example.py script and also interactively on
import pychromecast
I'm using
Any ideas short of python3?
The text was updated successfully, but these errors were encountered: