-
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 contains empty reference in metadata.files for some packages #5988
Comments
Hello @mickours, this is fixed in Poetry 1.1.14. But you have to clear your cache by fin swimmer |
Upgrading |
Bumps [rasterio](https://github.com/mapbox/rasterio) from 1.2.10 to 1.3.0. - [Release notes](https://github.com/mapbox/rasterio/releases) - [Changelog](https://github.com/mapbox/rasterio/blob/master/CHANGES.txt) - [Commits](rasterio/rasterio@1.2.10...1.3.0) Note that wheel hashes are missing, possibly due to python-poetry/poetry#5988.
Run Continuous Integration tests, workflows and documentation build on Python 3.10. Need to bump rasterio from 1.2.10 to 1.3.0 to get the Python 3.10 wheels as mentioned in f1f7652. * ⬆️ Bump rasterio from 1.2.10 to 1.3.0 Bumps [rasterio](https://github.com/mapbox/rasterio) from 1.2.10 to 1.3.0. - [Release notes](https://github.com/mapbox/rasterio/releases) - [Changelog](https://github.com/mapbox/rasterio/blob/master/CHANGES.txt) - [Commits](rasterio/rasterio@1.2.10...1.3.0) Note that wheel hashes are missing, possibly due to python-poetry/poetry#5988. * 👷 NEP29: Run CI and Docs build on Python 3.10 Bumps [python](https://github.com/python/cpython) from 3.9.13 to 3.10.5. - [Release notes](https://github.com/python/cpython/releases/tag/v3.10.5) - [Changelog](https://docs.python.org/3/whatsnew/3.10.html) - [Commits](python/cpython@v3.9.13...v3.10.5)
Hello @finswimmer , after running the command OLD
|
I'm also experiencing this behavior. Clearing the cache and upgrading poetry-core in poetry's venv doesn't help. EDIT: Never mind. |
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).Issue
The
poetry.lock
file does has empty list for metadata file which breaks third tools (here poetry2nix).I've created a minimal working example and here it is:
Here is the metadata files part of the poetry.lock file. You see that fire and termcolor are empty.
Here is the lock execution logs:
Not sure why this package particularly are giving empty values but it breaks the pinning somehow.
The text was updated successfully, but these errors were encountered: