-
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 lock
fails to lock new x86_64 macOS wheels for open3d 0.16.1
#7034
Comments
presumably you have a local cache which does not include these recently uploaded files, and you need to clear that cache |
So if Poetry caches version |
sure it will, if you clear the cache. That's the nature of a cache. If things change, you don't notice. |
This solved the issue:
Future possible ideas that might make this a nicer UX:
These might help a user self-diagnose this easier and possibly allow a user to not have to dump their entire cache if they get into a situation like this. Thanks for the help @dimbleby |
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. |
-vvv
option) and have included the output below.Issue
Open3D recently released x86_64 macOS wheels to PyPI for 0.16.1 release:
But running
poetry lock
does not lock these wheels into the lock file, making it not possible to install them.poetry.lock
Specifically this section is missing
x86_64
wheels:This causes
poetry install
to fail:But
pip
installs it just fine on the same system:Is Poetry being affected by some kind of PyPI cacheing/CDN issue that
pip
wouldn't be?The text was updated successfully, but these errors were encountered: