V 1.1.14 still can't import the pyatv module and I can't see it included in the plugin contents; Is it meant to be?
AppleTV Plugin not finding any devices
Re: AppleTV Plugin not finding any devices
Hi Karl,
V 1.1.14 still can't import the pyatv module and I can't see it included in the plugin contents; Is it meant to be?
V 1.1.14 still can't import the pyatv module and I can't see it included in the plugin contents; Is it meant to be?
AppleTV Plugin not finding any devices
Any change in error message?
.. and if you like we can do an online session.
If you have anydesk installed we can easily do it.
Sent from my iPhone using Tapatalk
.. and if you like we can do an online session.
If you have anydesk installed we can easily do it.
Sent from my iPhone using Tapatalk
-
danieljmorel
- Posts: 42
- Joined: Sun Dec 11, 2016 4:45 pm
Re: AppleTV Plugin not finding any devices
I ran into trouble trying to get the plugin working on an M1 (Silicon Chip) Mac. The problem was with the pyatv & cryptography libraries. To solve:
I had to upgrade to python 3.9 and upgrade pip3 to the latest version (As of now Pip3.9).
Then I created a new terminal app to run in rosetta Mode(right click and duplicate Terminal in the Finder, rename to RosettaTerminal, right click get info, and check option to "Open using Rosetta").
Install anaconda 3.9 through their website. https://docs.conda.io/en/latest/miniconda.html
Launch Rosetta Terminal
Finally install cryptography in the rosetta terminal using
python3.9 -m pip install --upgrade --no-use-pep517 cryptography
and then
pip3.9 install pyatv
Once this was done, I changed the python path in the plugin configuration to my python3.9 install location and my Apple TVs connected.
Tested successfully. This issue has been resolved for me.
I had to upgrade to python 3.9 and upgrade pip3 to the latest version (As of now Pip3.9).
Then I created a new terminal app to run in rosetta Mode(right click and duplicate Terminal in the Finder, rename to RosettaTerminal, right click get info, and check option to "Open using Rosetta").
Install anaconda 3.9 through their website. https://docs.conda.io/en/latest/miniconda.html
Launch Rosetta Terminal
Finally install cryptography in the rosetta terminal using
python3.9 -m pip install --upgrade --no-use-pep517 cryptography
and then
pip3.9 install pyatv
Once this was done, I changed the python path in the plugin configuration to my python3.9 install location and my Apple TVs connected.
Tested successfully. This issue has been resolved for me.
Re: AppleTV Plugin not finding any devices
Glad to hear.
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
Re: AppleTV Plugin not finding any devices
Glad you got it working.
I will bow out now as I don't need to use the plugin and so can uninstall it.
Having got my system on standard (Apple) python versions, I don't want to disturb it at the moment.
I will bow out now as I don't need to use the plugin and so can uninstall it.
Having got my system on standard (Apple) python versions, I don't want to disturb it at the moment.