-
Notifications
You must be signed in to change notification settings - Fork 32
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
poetry install fails to install open3d #19
Comments
Could it be the case that your python version is not compatible? Because open3d v0.9.0 works only with python 3.7 |
You should modify poetry.lock. Changing the version of open3d to "0.9.0".(line 1379 in poetry.lock). |
Thanks, didn't noticed that :) it solved the issue |
What is the tool of point cloud visualization used in the paper?
郭胜超
***@***.***
…------------------ 原始邮件 ------------------
发件人: "Alexey ***@***.***>;
发送时间: 2022年11月28日(星期一) 晚上7:56
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: Re: [kumuji/mix3d] poetry install fails to install open3d (Issue #19)
Could it be the case that your python version is not compatible? Because open3d v0.9.0 works only with python 3.7
You can also use pip install open3d==0.9.0 after you would install the rest of the packages if poetry fails.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Anyone came across this issue: "Because mix3d depends on open3d (0.9.0) which doesn't match any versions, version solving failed."? Can't make the installation work because of this
The text was updated successfully, but these errors were encountered: