I'm trying to install OpenRTSP. Installation stops because os.sched_getaffinity(0) does not work in Truenas 13.1 jail with Python3.9. There is a very easy fix, needs editing one line in /numpy-1.19.3/numpy/distutils/misc_util.py.
I have successfully installed numpy from source with the needed change. However, installing OpenRTSP (or opencv-python) still downloads the numpy-1-19-3 and installation stop to the os.sched_getaffinity.
What is the way of making the needed change and install other packages on top of that?
I have successfully installed numpy from source with the needed change. However, installing OpenRTSP (or opencv-python) still downloads the numpy-1-19-3 and installation stop to the os.sched_getaffinity.
What is the way of making the needed change and install other packages on top of that?