The Op for true_div, real, sqrt and others does not have a C implementation

Thank you again! I installed PyMC 5.1.1 and got only the warning for real as you said during compilation. However, there is this error in sampling:

Exception in thread Thread-6 (_handle_results):
Traceback (most recent call last):
  File "/home/tele/miniconda3/envs/pymc5/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/home/tele/miniconda3/envs/pymc5/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/home/tele/miniconda3/envs/pymc5/lib/python3.11/multiprocessing/pool.py", line 579, in _handle_results
    task = get()
           ^^^^^
  File "/home/tele/miniconda3/envs/pymc5/lib/python3.11/multiprocessing/connection.py", line 250, in recv
    return _ForkingPickler.loads(buf.getbuffer())
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Timeout.__init__() missing 1 required positional argument: 'lock_file'