You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
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
:The text was updated successfully, but these errors were encountered: