-
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
Description
FreeBSD 14.1, Python 3.11. I get:
% git fame
Traceback (most recent call last):
File "/home/vedran/workspace/website/.venv/bin/git-fame", line 5, in <module>
from gitfame import main
File "/home/vedran/workspace/website/.venv/lib/python3.11/site-packages/gitfame/__init__.py", line 1, in <module>
from ._gitfame import (__author__, __copyright__, __date__, __licence__, __license__, __version__,
File "/home/vedran/workspace/website/.venv/lib/python3.11/site-packages/gitfame/_gitfame.py", line 66, in <module>
from ._utils import (TERM_WIDTH, Str, TqdmStream, check_output, fext, int_cast_or_len, merge_stats,
File "/home/vedran/workspace/website/.venv/lib/python3.11/site-packages/gitfame/_utils.py", line 30, in <module>
TERM_WIDTH = _screen_shape_wrapper()(sys.stdout)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
Any ideas what to do?