I am trying to install poetry
in my windows system.
The command that I am using is (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
From official docs here.
However, I`m getting the following error.
Earlier I used the same command it worked fine but somehow its not working this time.
Error:
C:\Project_Files\project>(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
.Content was unexpected at this time.
If anyone from the community could support would be very helpful for me.