PackageInfo: Invalid constraint (PyYAML (>=5.1.*)) found in omegaconf-2.1.0 dependencies, skipping
See original GitHub issueDescribe the bug
When installing omegaconf with poetry command poetry add omegaconf
, the follogin warning is issued:
PackageInfo: Invalid constraint (PyYAML (>=5.1.*)) found in omegaconf-2.1.0 dependencies, skipping
To Reproduce Just install the package in an empty environment.
Expected behavior To correctly get and install the pyyaml dependency.
Additional context
- OmegaConf version: 2.1.0
- Python version: 3.8
- Operating system: Windows
- Please provide a minimal repro
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Invalid constraint (PyYAML (>=5.1.*)) found in omegaconf-2.1 ...
PackageInfo : Invalid constraint (PyYAML (>=5.1.*)) found in omegaconf-2.1.0 dependencies, skipping #4206. Closed. 3 tasks done.
Read more >Pipenv dependency error with PyYAML in Zappa
I have tried pipenv lock --clear and then retry the install and pipenv install --skip-lock. following is a pipenv graph --reverse for PyYAML...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks. Sounds fine. Go ahead and send a PR fixing it to
>=5.1
or>=5.1.0
. (Alternatively, you can wait for us to get to it).I’m not sure it is invalid, if with pip is ok I’ll open an issue in poetry repo about it and let you know.