question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PackageInfo: Invalid constraint (PyYAML (>=5.1.*)) found in omegaconf-2.1.0 dependencies, skipping

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
omrycommented, Jun 25, 2021

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).

1reaction
gygabyte017commented, Jun 24, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found