-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When trying to use the example-async.py or example-sync there is a circular import error
python3 example-sync.py
Traceback (most recent call last):
File "/Users/user/Repos/pyavcontrol/example-sync.py", line 12, in
from pyavcontrol.helper import construct_synchronous_client
File "/Users/user/Repos/pyavcontrol/pyavcontrol/init.py", line 5, in
from .helper import construct_async_client, construct_synchronous_client
File "/Users/user/Repos/pyavcontrol/pyavcontrol/helper.py", line 10, in
from pyavcontrol import DeviceClient, DeviceModelLibrary
ImportError: cannot import name 'DeviceModelLibrary' from partially initialized module 'pyavcontrol' (most likely due to a circular import) (/Users/user/Repos/pyavcontrol/pyavcontrol/init.py)
Metadata
Metadata
Assignees
Labels
No labels