Open ashutoshkrris opened 2 years ago
There is a typo in the version of the following two dependencies in the pyproject.toml file:
pyinstaller
^5.0.1
ˆ5.0.1
poethepoet
^0.13.1
ˆ0.13.1
Due to the above two typos, we get the following two errors while running poetry install:
poetry install
There is a typo in the version of the following two dependencies in the pyproject.toml file:
pyinstaller
module : It should be^5.0.1
but it isˆ5.0.1
. Check it here.poethepoet
module: It should be^0.13.1
but it isˆ0.13.1
. Check it here.Due to the above two typos, we get the following two errors while running
poetry install
: