[BUG] {ImportError: cannot import name 'SyncedPreviewManager'}
See original GitHub issueHi Folks,
When I run python3 depthai_demo.py
I get the following error:
ImportError: cannot import name 'SyncedPreviewManager' from 'depthai_sdk.managers' (/usr/local/lib/python3.9/site-packages/depthai_sdk/managers/__init__.py)
Running MacOS 12.1 on x86_64
To Reproduce Steps to reproduce the behavior:
- Install as per instruction https://docs.luxonis.com/
- Run script python3 depthai_demo.py
- See error
Log: log_system_information.json.txt
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
cannot import name 'int_classes' from 'torch._six ...
Easiest solution would be to just set int_classes = int instead of importing it from _six .
Read more >pep8 jobs failing with ImportError: cannot import name ' ...
pep8 jobs failing with ImportError: cannot import name 'render_group' from 'rich.console'. Bug #1956902 reported by Rabi Mishra on 2022-01- ...
Read more >depthai_demo.py · OAKChina/depthai
print('[ERROR] IR drivers not detected on device!') if self._conf.useCamera: pvClass = SyncedPreviewManager if self._conf.args.sync else PreviewManager.
Read more >1926090 – python-tabulate fails to build with Python 3.10
ERROR Failure: ImportError (cannot import name 'Iterable' from 'collections' (/usr/lib64/python3.10/collections/__init__.py)) ... ERROR Failure: ImportError ...
Read more >mach install fails with: cannot import name _psutil_linux
mach install Error running mach: ['install'] The error occurred in code that was called by the mach command. This is either a bug...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I also have this bug, on a intel mac and python 3.9.10 using python3.8 however resolved this
Sorry about the delay getting back to you, one of those weeks. I’ve just pulled the latest update and all is working! Champion, thanks for your help @VanDavv