-
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
Can't import pychromecast 0.6.4 on Python 2.7.9 #47
Comments
+1 from me. I also get |
@Steindi01, you're on the right track there. I think it has to do with the protobuf version. I have just pushed a new version 0.6.4.1 that depends on the recently released protobuf version 3.0.0a3. Importing PyChromecast on Python 2 works for me with that version. |
Hi @balloob, Install formal Python 2.7.9 from Python 2.7.9 Windows x86 MSI installer . But if upgrade pip to If using |
Okay, that is weird. For now, I'll add a note to the README with your workaround. |
Just a hint here, when using the python shell |
I got the same issue, upgraded pip and installed from master and it was solved. I'm not sure why, but it was. |
Can confirm this also works fine with pip 8 and Python 2.7. |
I confirm : it works better with a up-to-date pip |
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 |
In my test, Python 3.4.3 works fine.
But fail to import on Python 2.7.9.
Install pychromecast through
pip install pychromecast
pip list
->pychromecast (0.6.4)
The text was updated successfully, but these errors were encountered: