Replies: 1 comment
-
|
Pyhap should be 4.9.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting error when trying to run main.py as bellow. Any ideas? My python version os 3.11.2 and pyhap version os 0.1.1. Running on raspberry pi 4
Traceback (most recent call last):
File "/home/pi/projectNFC/main.py", line 6, in
from pyhap.accessory_driver import AccessoryDriver
File "/home/pi/projectNFC/venv/lib/python3.11/site-packages/pyhap/accessory_driver.py", line 36, in
from pyhap.accessory import Accessory, get_topic
ImportError: cannot import name 'get_topic' from 'pyhap.accessory' (/home/pi/projectNFC/venv/lib/python3.11/site-packages/pyhap/accessory.py)
Beta Was this translation helpful? Give feedback.
All reactions