-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Comments
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 |
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 |
that this issue can safely be closed |
Poetry never considers wheel resolution in solving, we only consider declared compatibility/the package metadata. |
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. |
Hi,
poetry lock
fails to lock new x86_64 macOS wheels for open3d 0.16.1 #7034Issue
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
The text was updated successfully, but these errors were encountered: