Poetry UserWarning: warn_ungrouped_named_tokens_in_collection
See original GitHub issue- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Question
/home/zach/project/.venv/lib/python3.7/site-packages/poetry/version/requirements.py:170: UserWarning: warn_ungrouped_named_tokens_in_collection: setting results name 'specifier' on And expression collides with '_original_end' on contained expression
VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier")
/home/zach/project/.venv/lib/python3.7/site-packages/poetry/version/requirements.py:173: UserWarning: warn_ungrouped_named_tokens_in_collection: setting results name 'marker' on And expression collides with '_original_end' on contained expression
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
I’ve been seeing the above warning messages while using poetry
commands such as
poetry install
poetry run
poetry shell
I pip
installed poetry 0.12.17
in my Python 3.7.0
virtual environment.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:15 (1 by maintainers)
Top Results From Across the Web
warn_ungrouped_named_token...
I pip installed poetry 0.12.17 in my Python 3.7.0 virtual environment. The text was updated successfully, but these errors ...
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 FreeTop 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
Top GitHub Comments
Pyparsing 2.4.2 (pushed to PyPI this evening) disables these warnings by default
What about
pyparsing 2.4.0
?