Hi,
all the new installations should change the line to:
pip install numpy"<1.24"
pip install pyptv --index-url https://pypi.fury.io/pyptv --extra-index-url https://pypi.org/simple
Otherwise numpy 1.24.0 is installed by default (starting from today) and would destroy your pyptv installation with some missing numpy.bool (depreceated).
the fix is on the way, so far you'll have to keep the numpy 1.23.5
Best
Alex