Hello together,
as the error message told me, I will share the reason for the "Unrecoverable exception thrown when parsing *.py"
from pathlib import Path
from typing import Optional, Union
import numpy as np
from os.path.import Path
As you can see, i have a typo in from os.path.import Path what is the cause of the Error.
best regards
Markus