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
Poetry doesn't like the if sys.version_info in setup.py so it won't work, apparently the correct way to do it is with "environment markers". See python-poetry/poetry#758