failed to poetry add -D black
using python 3.10-rc2, 3.9 works well
#4586
Labels
kind/bug
Something isn't working as expected
[X ] I am on the latest Poetry version.
[ x] I have searched the issues of this repo and believe that this is not a duplicate.
[ x] If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: ubuntu 20.04
Poetry version: 1.1.10
Link of a Gist with the contents of your pyproject.toml file: the initial default one right after poetry new
Issue
Works for 3.8/3.9 but not 3.10-rc2:
poetry new X; cd X; poetry add -D -vvv black
The text was updated successfully, but these errors were encountered: