Can't install open3d libraries (Error:Could not find a version that satisfies the requirement open3d)

Issue

I use pyCharm software in windows 10, and when I tried to install open3d the following error appeared:

ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3d

I tried to install it using cmd but the same error appeared, also pip version is 20.1.1.
Image

Solution

Solved: by installing python version 3.77 and run code using it instead of 3.8

Answered By – Yazan Alatoom

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published