geaxgx / depthai_hand_tracker

Running Google Mediapipe Hand Tracking models on Luxonis DepthAI hardware (OAK-D-lite, OAK-D, OAK-1,...)
MIT License
407 stars 76 forks source link

Requirement Installation #4

Closed seahcj closed 3 years ago

seahcj commented 3 years ago

Error during requirement installation in Windows 10, python 3.9.1

(venv) PS D:\_ai\depthai_hand_tracker> pip.exe install -r .\requirements.txt Looking in indexes: https://pypi.org/simple, https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/ ERROR: Could not find a version that satisfies the requirement open3d ERROR: No matching distribution found for open3d

Change requirements.txt, from 'open3d' to 'open3d-python'

geaxgx commented 3 years ago

Hi, It seems that for python 3.9, you need the development version of open3d: http://www.open3d.org/docs/latest/getting_started.html#development-version-pip

What versions of open3d do you get when using 'open3d-python' ?