tango icon indicating copy to clipboard operation
tango copied to clipboard

Environment Configuration

Open yjh576 opened this issue 3 years ago • 11 comments

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 image 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.

yjh576 avatar Nov 26 '22 11:11 yjh576

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 image 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.

baopin132 avatar Nov 28 '22 06:11 baopin132

你好,我们尝试了docker安装,但是没有成功,网址无法访问 image

yjh576 avatar Nov 28 '22 07:11 yjh576

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

yjh576 avatar Nov 28 '22 07:11 yjh576

你好,我们尝试了docker安装,但是没有成功,网址无法访问 image

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

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

baopin132 avatar Nov 28 '22 07:11 baopin132

你好,我们尝试了docker安装,但是没有成功,网址无法访问 image

Did you just run this command in the Ubuntu system?I just tried to pull it down and it's OK

baopin132 avatar Nov 28 '22 07:11 baopin132

我没有用ubuntu系统,这个网站无法访问,是不是因为你在某个局域网里呢?

yjh576 avatar Nov 28 '22 08:11 yjh576

我没有用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

baopin132 avatar Nov 28 '22 08:11 baopin132

谢谢,当我执行下面这些命令的时候,并没有找到open3d==0.14.1 python -m pip install -U pip pip install open3d==0.14.1

yjh576 avatar Nov 28 '22 08:11 yjh576

谢谢,当我执行下面这些命令的时候,并没有找到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

baopin132 avatar Nov 28 '22 08:11 baopin132

我们是在服务器上使用的时候,服务器不支持docker将环境配置拉下来,如果可以的话能否提供一份requirements.txt?

EveningLin avatar Feb 08 '23 06:02 EveningLin

@baopin132

EveningLin avatar Feb 08 '23 18:02 EveningLin