Dear DepthAI Experts,
I have an OAK-1 camera and I would like to visualize the the capture from it. I think that depthai-viewer can help.
But following the brief instruction in the README of the relevant repository does not help :
$ python3 -m pip install depthai-viewer
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement depthai-viewer (from versions: none)
ERROR: No matching distribution found for depthai-viewer
The python3 on my Ubuntu laptop did not meet the requirement >=3.8, I then installed the python3.8 manually :
$ python3.8 -V
Python 3.8.0
But still the same error:
$ python3.8 -m pip install depthai-viewer
Collecting depthai-viewer
Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement depthai-viewer (from versions: )
No matching distribution found for depthai-viewer
Could someone help to solve this, please ? My Ubuntu is 18.04
Best Regards,
Khang