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
I had problems during the installation of banana with poetry:
when I run the poetry install command it crashes on the installation of pendulum.
For the moment I solved it running
poetry run pip install setuptools==62.4.0
poetry install -E mark
I had problems during the installation of banana with
poetry:when I run the
poetry installcommand it crashes on the installation ofpendulum.For the moment I solved it running