- Edited
Hi,
Took me a few days to get back to my computer for this.
I'm running Windows 10 Pro N on an AMD Ryzen 7 3700X with 32GB of RAM using git bash for my shell (as powershell really sucks).
The versions of python, etc. are:
$ python --version
Python 3.8.2
$ pip --version
pip 20.3.3 from c:\python38\lib\site-packages\pip (python 3.8)
$ python -m pip install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/
Ignoring opencv-python: markers 'platform_machine == "armv7l"' don't match your environment
Requirement already satisfied: opencv-python==4.2.0.34 in c:\python38\lib\site-packages (from -r requirements.txt (line 1)) (4.2.0.34)
Requirement already satisfied: depthai==0.0.2.1+b9918c481abaaeac51dd1d2b80fe6a150612f90a in c:\python38\lib\site-packages (from -r requirements.txt (line 4)) (0.0.2.1+b9918c481abaaeac51dd1d2b80fe6a150612f90a)
Requirement already satisfied: numpy>=1.17.3 in c:\python38\lib\site-packages (from opencv-python==4.2.0.34->-r requirements.txt (line 1)) (1.19.3
The version of the codebase I was testing was https://github.com/luxonis/depthai-experiments/commit/7cfbd821f65fda1613de90579a030e8ac77eff39
Let me know if there's anything else I can provide on this and I promise I'll be slightly quicker in responding next time
Thanks,
Nick