Issue when run "from pytomography.algorithms import OSEM"

Hi everyone,

I am importing the OSEM by running from pytomography.algorithms import OSEM, which gives me the following error:

RecursionError: maximum recursion depth exceeded while calling a Python object

I tried to increase the recursion limit with sys.setrecursionlimit(n), but the import error remained.

I’d appreciate it if someone could help me solve this issue.

best,