I am running this command Path(somestringpath).mkdir(parents=True, exist_ok=True) and get this error:
Path(somestringpath).mkdir(parents=True, exist_ok=True)
-> Path(somestringpath).mkdir(parents=Tr