I am running to this issue while trying to load .EDF files.
Also tried other libraries as alternative for men but still facing the same issue regarding loading the files to process,
Failed to load EDF file with MNE: maximum recursion depth exceeded while calling a Python object
Loading with MNE failed for t1.EDF, trying pyedflib…
Error loading EDF file with pyedflib: maximum recursion depth exceeded while calling a Python object
Also import sys
sys.setrecursionlimit(100000) # Increase to a higher value did not work
any ideas?
Sepehr Shirani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.