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

poetry install fails to install open3d #19

Open
ero1311 opened this issue Nov 24, 2022 · 4 comments
Open

poetry install fails to install open3d #19

ero1311 opened this issue Nov 24, 2022 · 4 comments

Comments

@ero1311
Copy link

ero1311 commented Nov 24, 2022

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

@kumuji
Copy link
Owner

kumuji commented Nov 28, 2022

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.

@zymhnu
Copy link

zymhnu commented Dec 1, 2022

You should modify poetry.lock. Changing the version of open3d to "0.9.0".(line 1379 in poetry.lock).

@ero1311
Copy link
Author

ero1311 commented Dec 5, 2022

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

@gsc1029
Copy link

gsc1029 commented Dec 5, 2022 via email

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

4 participants