You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
Getting the following error on my Raspberry PI after following instructions on installing, any ideas?
Traceback (most recent call last):
File "main.py", line 3, in
import pychromecast
File "/usr/local/lib/python2.7/dist-packages/pychromecast/init.py", line 15, in
from .discovery import discover_chromecasts, start_discovery, stop_discovery
File "/usr/local/lib/python2.7/dist-packages/pychromecast/discovery.py", line 5, in
from zeroconf import ServiceBrowser, Zeroconf
File "/usr/local/lib/python2.7/dist-packages/zeroconf.py", line 175
def current_time_millis() -> float:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Getting the following error on my Raspberry PI after following instructions on installing, any ideas?
Traceback (most recent call last):
File "main.py", line 3, in
import pychromecast
File "/usr/local/lib/python2.7/dist-packages/pychromecast/init.py", line 15, in
from .discovery import discover_chromecasts, start_discovery, stop_discovery
File "/usr/local/lib/python2.7/dist-packages/pychromecast/discovery.py", line 5, in
from zeroconf import ServiceBrowser, Zeroconf
File "/usr/local/lib/python2.7/dist-packages/zeroconf.py", line 175
def current_time_millis() -> float:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: