Environment Configuration
Hi! I have an error when installing environment. Open3d package is unable to run successfully. Further, installation of different versions has different errors. With the Open3d version==0.9.0.0, a common error is as follow
I found that this error is because clip-by-openai is installed. When i uninstall clip package, open3d works for me. However, clip package is necessary for running your code.
Looking forward to your help and response.
Hi! I have an error when installing environment. Open3d package is unable to run successfully. Further, installation of different versions has different errors. With the Open3d version==0.9.0.0, a common error is as follow
I found that this error is because clip-by-openai is installed. When i uninstall clip package, open3d works for me. However, clip package is necessary for running your code.
Looking forward to your help and response.
Hi,I recomend you to use the docker to directly create the environment. Note that the version of open3d should be greater than 0.14.1 if you want to creat the envionment by yourself. I hope this can help you.
你好,我们尝试了docker安装,但是没有成功,网址无法访问

想问下你们用的torch版本是多少呢?为什么我们在安装open3d时说最高版本只有0.13.0,没有0.14.0 结果如下
此外,当我们安装0.9.0以下版本后,能成功import但由于版本过低,不存在一些函数,但是0.9.0以上版本的时候,无法成功import,结果如下

你好,我们尝试了docker安装,但是没有成功,网址无法访问
想问下你们用的torch版本是多少呢?为什么我们在安装open3d时说最高版本只有0.13.0,没有0.14.0 结果如下
此外,当我们安装0.9.0以下版本后,能成功import但由于版本过低,不存在一些函数,但是0.9.0以上版本的时候,无法成功import,结果如下
1、Our version of torch is 1.9.0, but it will not affect as long as your version is greater than 1.7.1. 2、you can firstly try to update your version of pip by 'python -m pip install -U pip'.After that, 'pip install open3d==0.14.1' will work
你好,我们尝试了docker安装,但是没有成功,网址无法访问
Did you just run this command in the Ubuntu system?I just tried to pull it down and it's OK
我没有用ubuntu系统,这个网站无法访问,是不是因为你在某个局域网里呢?
我没有用ubuntu系统,这个网站无法访问,是不是因为你在某个局域网里呢?
Our image is created in the ubuntu system, so there may be some problems with other systems using Docker. Later, we will update a requirement file to facilitate the environment creation of people using conda
谢谢,当我执行下面这些命令的时候,并没有找到open3d==0.14.1 python -m pip install -U pip pip install open3d==0.14.1
谢谢,当我执行下面这些命令的时候,并没有找到open3d==0.14.1 python -m pip install -U pip pip install open3d==0.14.1
This may be related to your download source.Or you can follow the official tutorial to install the open3d :http://www.open3d.org/docs/release/getting_started.html
我们是在服务器上使用的时候,服务器不支持docker将环境配置拉下来,如果可以的话能否提供一份requirements.txt?
@baopin132