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 add open3d fails on win10 (possible version problem 0.16.0 vs 0.16.1) #7402

Closed
mganglb opened this issue Jan 24, 2023 · 5 comments
Closed
Labels
kind/question User questions (candidates for conversion to discussion)

Comments

@mganglb
Copy link

mganglb commented Jan 24, 2023

Hi,

Issue

Currently there are issues with adding open3d to an environment.
poetry add open3d -> fails (open3d version 0.16.1)
poetry run pip install open3d -> works (open3d version 0.16.0)
adding open3d manually to the *.toml works open3d ="0.16.0

best regards
mgangl

@mganglb mganglb added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Jan 24, 2023
@dimbleby
Copy link
Contributor

which of these files are you hoping to install https://pypi.org/project/open3d/0.16.1/#files?

There are no available open3d 0.16.1 distributions for windows. You will have to pin to an earlier version.

(That poetry add always tries the latest is #707)

@mganglb
Copy link
Author

mganglb commented Jan 24, 2023

Hello, thank you very much for the fast response!

i know that there is no 0.16.1 for windows as also identifiable here: https://gist.github.com/mganglb/f9e83398b31bf2b92194293143fbd5a3
i am new to poetry, so i dont know the exact behaviour of the commands yet. But this seems problematic.

@dimbleby
Copy link
Contributor

that poetry add always tries to use the latest version of a package is already tracked by #707
that open3d publishes no distribution suitable for windows (not even a source distribution) is an open3d issue.

this issue can safely be closed

@neersighted
Copy link
Member

Poetry never considers wheel resolution in solving, we only consider declared compatibility/the package metadata.

@neersighted neersighted added kind/question User questions (candidates for conversion to discussion) and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Jan 24, 2023
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/question User questions (candidates for conversion to discussion)
Projects
None yet
Development

No branches or pull requests

3 participants