What could be causing 'Errno 9' in 'Path().mkdir(parents=True, exist_ok=True)'?

后端 未结 0 1791
鱼传尺愫
鱼传尺愫 2020-11-30 03:45

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

-> Path(somestringpath).mkdir(parents=Tr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题