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
When trying to run a cleanly cloned sigal, I get this error:
ImportError: cannot import name 'get_terminal_size' from 'click'
Below are the steps taken to get the error.
Am I missing some requirement? Or is Sigal using deprecated functionality of click? Or is Click really requiring a newer Python?
Sigal README says it is compatible with Python 3.5+
When trying to run a cleanly cloned sigal, I get this error:
ImportError: cannot import name 'get_terminal_size' from 'click'
Below are the steps taken to get the error.
Am I missing some requirement? Or is Sigal using deprecated functionality of click? Or is Click really requiring a newer Python?
Sigal README says it is compatible with Python 3.5+
The text was updated successfully, but these errors were encountered: