Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment Configuration #1

Open
yjh576 opened this issue Nov 26, 2022 · 11 comments
Open

Environment Configuration #1

yjh576 opened this issue Nov 26, 2022 · 11 comments

Comments

@yjh576
Copy link

yjh576 commented Nov 26, 2022

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.

@baopin132
Copy link
Collaborator

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.

@yjh576
Copy link
Author

yjh576 commented Nov 28, 2022

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

@yjh576
Copy link
Author

yjh576 commented Nov 28, 2022

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

@baopin132
Copy link
Collaborator

你好,我们尝试了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
Copy link
Collaborator

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

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

@yjh576
Copy link
Author

yjh576 commented Nov 28, 2022

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

@baopin132
Copy link
Collaborator

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

@yjh576
Copy link
Author

yjh576 commented Nov 28, 2022

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

@baopin132
Copy link
Collaborator

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

@EveningLin
Copy link

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

@EveningLin
Copy link

@baopin132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants