I'm trying to install the open3d package on the pi. It gives me the error saying

ERROR: Could not find a version that satisfies the requirement open3d
ERROR: No matching distribution found for open3d
Python version on the pi is 3.9.2

This same package works on the oak d windows os
Python version 3.10

  • erik replied to this.

    Hi krishnashravan , it looks like pypi doesn't have prebuilt wheels for RPi, and neither are they available on piwheels. One way would be to build them locally and/or submit an issue on their github repo. Thoughts?
    Thanks, Erik