pedroexenberger
Results
2
comments of
pedroexenberger
I have the same error with a fresh install `python3 -m pip install open3d ` I tried a pip upgrade with `python3 -m pip install open3d --upgrade` but it is...
My bad I had an old pip version. It has to be >= 20.3 (https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). Solved with `python3 -m pip install --upgrade pip` followed by `python3 -m pip install -U...