- OS: win10
- PyCharm version: PyCharm Professional 2021.2.2
- Poetry version: 1.1.13
- Poetry plugin version: 1.1.5-212 (from koudai aono)
I have tried to build a new PyCharm project by poetry environment, while setting up it showed
and cannot setup the interpreter. Have anyone got the similar problem before and know how to solve this error?
Update
I have upgraded the PyCharm version to PyCharm Professional 2022.1.1 and the problem still remain.
poetry env info -p
in the project dir and it showed nothing, andpoetry env info
return the path which is global interpreter – Grief