The Open3d installation using pip install open3d works fine when I install it on conda with python=3.7 But for some reason it does not work with python=3.9. I need to use 3.9 as I have some other ...
> docker run -it --rm cblmariner2preview.azurecr.io/base/core:2.0 python3 -V Python 3.9.10 According to https://www.python.org/downloads/release/python-3912/, Python ...