使用Python 3.6 32位在Window OS中运行以下代码时遇到问题。
subprocess.call([“mkdir”,“ - p”,path_results +“it”+ str(actual_iteration)])
错误是
引用: ...... \ Python36-32 \ lib \ subprocess.py“,第997行,在_execute_child中 STARTUPINFO) FileNotFoundError:[WinError 2]系统找不到指定的文件。
任何人都请告诉我有什么问题并帮我解决。谢谢。